Html Css Color HEX #06B8CC Iris Blue

📋 copy color: '#06B8CC'

red 6 ◦ green 184 ◦ blue 204

#06B8CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #06B8CC

Tints of Iris Blue #06B8CC

RGB

 RED value IS 6 (2.73% from 255) = 1.52%

 GREEN value IS 184 (72.27% from 255) = 46.7%

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 1.52%
G = 46.7%
B = 51.78%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06B8CC (or 0x06B8CC) is known color: Iris Blue. HEX triplet: 06, B8 and CC. RGB value is (6,184,204). Sum of RGB (Red+Green+Blue) = 6+184+204=394 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #06B8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B8CC is #F94733. Grayscale: #848484. Windows color (decimal): -16336692 or 13416454. OLE color: 13416454.

HSL color Cylindrical-coordinate representation of color #06B8CC: hue angle of 186.06º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B8CC is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 184 204 -
CMYK 0.97 0.10 0 0.2
HSL 186.06º 0.94% 0.41% -
HSV(B) 186.06º 0.97% 0.8% -
XYZ 28.11 38.68 63.11 -
YUV 133.06 168.03 37.37 -
System Red Green Blue C M Y K H S L
Decimal 6 184 204 0.97 0.10 0 0.2 186.06 0.94 0.41
Hex 6 B8 CC 61 A 0 14 BA 5E 29
Octal 6 270 314 141 12 0 24 272 136 51
Binary 110 10111000 11001100 1100001 1010 0 10100 10111010 1011110 101001

Color Harmonies of #06B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B8CC

Black with #06B8CC

Text Example


Text Example

White with #06B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06B8CC; }

 p { color: rgb(6,184,204); }

 H1.HeaderClassName
 {
   color: #06B8CC;
 }
 .AnyTagClassName
 {
   color: #06B8CC;
 }
</style>

background-color css

<style>
 a { background-color: #06B8CC; }

 a { background-color: rgb(6,184,204); }

 div.DivClassName
 {
   background-color: #06B8CC;
 }
 .BgClassName
 {
   background-color: #06B8CC;
 }
</style>

border-color css

<style>
 span { border-color: #06B8CC; }

 span { border-color: rgb(6,184,204); }

 td.TdClassName
 {
   border-color: #06B8CC;
 }
 .TagClassName
 {
   border-color: #06B8CC;
 }
</style>