#06ABD3

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

Shades of Iris Blue #06ABD3

Tints of Iris Blue #06ABD3

Color information

#06ABD3 (or 0x06ABD3) is unknown color: approx Iris Blue. HEX triplet: 06, AB and D3. RGB value is (6,171,211). Sum of RGB (Red+Green+Blue) = 6+171+211=388 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #06ABD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABD3 is #F9542C. Grayscale: #7D7D7D. Windows color (decimal): -16340013 or 13871878. OLE color: 13871878.

HSL color Cylindrical-coordinate representation of color #06ABD3: hue angle of 191.71º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABD3 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6171211-
CMYK0.970.1900.17
HSL191.71º94.47%42.55%-
HSV(B)191.71º97.16%82.75%-
XYZ26.433.8766.77-
YUV126.22175.8442.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.55%
GREEN value IS 171 (67.19% from 255) = 44.07%
BLUE value IS 211 (82.81% from 255) = 54.38%
R=1.55%
G=44.07%
B=54.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal61712110.970.1900.17191.7194.4742.55
Hex6ABD36113011c05e2b
Octal62533231412302130013653
Binary1101010101111010011110000110011010001110000001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06ABD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,171,211); }

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

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

 a { background-color: rgb(6,171,211); }

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

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

 span { border-color: rgb(6,171,211); }

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