#06B6CB

Color #06B6CB Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #06B6CB

Tints of Iris Blue #06B6CB

Color information

#06B6CB (or 0x06B6CB) is unknown color: approx Iris Blue. HEX triplet: 06, B6 and CB. RGB value is (6,182,203). Sum of RGB (Red+Green+Blue) = 6+182+203=391 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #06B6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B6CB is #F94934. Grayscale: #838383. Windows color (decimal): -16337205 or 13350406. OLE color: 13350406.

HSL color Cylindrical-coordinate representation of color #06B6CB: hue angle of 186.4º 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 #06B6CB is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6182203-
CMYK0.970.1000.20
HSL186.4º94.26%40.98%-
HSV(B)186.4º97.04%79.61%-
XYZ27.5837.8162.34-
YUV131.77168.1938.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.53%
GREEN value IS 182 (71.48% from 255) = 46.55%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=1.53%
G=46.55%
B=51.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61822030.970.1000.20186.494.2640.98
Hex6B6CB61A014ba5e29
Octal62663131411202427213651
Binary110101101101100101111000011010010100101110101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,182,203); }

 H1.HeaderClassName
 {
   color: #06B6CB;
 }
 .AnyTagClassName
 {
   color: #06B6CB;
 }
</style>
background-color css

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

 a { background-color: rgb(6,182,203); }

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

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

 span { border-color: rgb(6,182,203); }

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