#06ADCB

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

Shades of Iris Blue #06ADCB

Tints of Iris Blue #06ADCB

Color information

#06ADCB (or 0x06ADCB) is unknown color: approx Iris Blue. HEX triplet: 06, AD and CB. RGB value is (6,173,203). Sum of RGB (Red+Green+Blue) = 6+173+203=382 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #06ADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADCB is #F95234. Grayscale: #7E7E7E. Windows color (decimal): -16339509 or 13348102. OLE color: 13348102.

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

Color convert

RGB6173203-
CMYK0.970.1500.20
HSL189.14º94.26%40.98%-
HSV(B)189.14º97.04%79.61%-
XYZ25.834.2461.75-
YUV126.49171.1742.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.57%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 203 (79.69% from 255) = 53.14%
R=1.57%
G=45.29%
B=53.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61732030.970.1500.20189.1494.2640.98
Hex6ADCB61F014bd5e29
Octal62553131411702427513651
Binary110101011011100101111000011111010100101111011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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