COLOR #06D5EF

HEX: #06D5EF
RGB: (6,213,239)

Color info

#06D5EF contains mainly green and blue colors. Web safe color of #06D5EF is #00CCFF (or #0CF).

RGB color model

#06D5EF color RGB value is (6,213,239).

  • red value is 6;
  • green value is 213;
  • blue value is 239.
RGB:
(6,213,239)
(2%,84%,94%)

RGB channels and saturation

R 6 of 255 = 2%
G 213 of 255 = 84%
B 239 of 255 = 94%

6
213
239

R + G + B ~ 60%. #06D5EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 213 + 239 = 458 (100%)
R 6 of 458 ~ 1.31%
G 213 of 458 ~ 46.51%
B 239 of 458 ~ 52.18%

%46.51
%52.18

CMYK color model

#06D5EF color CMYK value is (97,11,0,6).

  • cyan value is 97.49%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(97,11,0,6)
C97M11Y0K6 
(97%,11%,0%,6%)
(0.97/0.11/0.00/0.06)	

CMYK percentages

%97.49
%10.88
%0
%6.27

Codes

Color #06D5EF in popluar color models

06D5EF
RGB6213239
HSL187°95.10%48.04%
HSB/HSV187°97.49%93.73%
CMYK97.49%10.88%0.00%
6.27%

Color #06D5EF in popluar number systems.

HEX06D5EF
Decimal6213239
Binary1101101010111101111
Octal6325357

Shades and tints

Shades of #06D5EF

#06D5EF
(6,213,239)
#06C2DA
(6,194,218)
#06AFC5
(6,175,197)
#069CB0
(6,156,176)
#06899B
(6,137,155)
#067686
(6,118,134)
#066371
(6,99,113)
#06505C
(6,80,92)
#063D47
(6,61,71)
#062A32
(6,42,50)
#06171D
(6,23,29)
#000000
(0,0,0)

Tints of #06D5EF

#06D5EF
(6,213,239)
#1CD8F0
(28,216,240)
#32DBF1
(50,219,241)
#48DEF2
(72,222,242)
#5EE1F3
(94,225,243)
#74E4F4
(116,228,244)
#8AE7F5
(138,231,245)
#A0EAF6
(160,234,246)
#B6EDF7
(182,237,247)
#CCF0F8
(204,240,248)
#E2F3F9
(226,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06D5EF color. Also use rgb(6,213,239) instead hex code.

Text Font Color

.myTextColor { color: #06D5EF; }

<p style="color:#06D5EF">This sample text font color is #06D5EF.</p>

This text font color is #06D5EF.


Background Color

.myBgColor { background-color: #06D5EF; }

<div style="background-color:#06D5EF">Inner text</div>

This div background color is #06D5EF.


Border color

.myBorderColor { border: 1px solid #06D5EF; }

<div style="border:3px solid #06D5EF">Div</div>

This div border color is #06D5EF.


Opacity

.myOpacity80 { color: #06D5EF; opacity: 0.8; }

<p style="color:#06D5EF;opacity:0.8;">80%</p>

Text with #06D5EF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06D5EF;}

<p style="text-shadow: 3px 3px 1px #06D5EF">Text here.</p>

This text has shadow with #06D5EF color.

.textShadow {text-shadow: 3px 3px 1px #06D5EF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06D5EF, 5px 5px 20px red">Text here.</p>

This text has shadow with #06D5EF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06D5EF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06D5EF, Direction=45, Strength=4)">Text</p>

This text has shadow with #06D5EF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06D5EF;
  -webkit-box-shadow:	1px 1px 3px 2px #06D5EF;
  box-shadow:		1px 1px 3px 2px #06D5EF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06D5EF;
-webkit-box-shadow: 1px 1px 3px 2px #06D5EF;
box-shadow:1px 1px 3px 2px #06D5EF;">
Div content here</div>
This div box has shadow with color #06D5EF.

Preview

Color preview on black background

This text has color #06D5EF on black background.


Color preview on white background

This text has color #06D5EF on white background.



Black color preview on #06D5EF background

This text has black color on #06D5EF background.


White color preview on #06D5EF background

This text has white color on #06D5EF background.