Shades of Iris Blue #06ABCC
Tints of Iris Blue #06ABCC
RGB
CMYK
RGB Variations
Color information
#06ABCC (or 0x06ABCC) is known color: Iris Blue. HEX triplet: 06, AB and CC. RGB value is (6,171,204). Sum of RGB (Red+Green+Blue) = 6+171+204=381 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #06ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABCC is #F95433. Grayscale: #7D7D7D. Windows color (decimal): -16340020 or 13413126. OLE color: 13413126.
HSL color Cylindrical-coordinate representation of color #06ABCC: hue angle of 190º 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 #06ABCC is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 171 | 204 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.2 |
| HSL | 190º | 0.94% | 0.41% | - |
| HSV(B) | 190º | 0.97% | 0.8% | - |
| XYZ | 25.54 | 33.52 | 62.25 | - |
| YUV | 125.43 | 172.34 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 204 | 0.97 | 0.16 | 0 | 0.2 | 190 | 0.94 | 0.41 |
| Hex | 6 | AB | CC | 61 | 10 | 0 | 14 | BE | 5E | 29 |
| Octal | 6 | 253 | 314 | 141 | 20 | 0 | 24 | 276 | 136 | 51 |
| Binary | 110 | 10101011 | 11001100 | 1100001 | 10000 | 0 | 10100 | 10111110 | 1011110 | 101001 |
Color Harmonies of #06ABCC
Complementary color
Monochromatic Colors of #06ABCC
Black with #06ABCC
Text Example
Text Example
White with #06ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABCC; }
p { color: rgb(6,171,204); }
H1.HeaderClassName
{
color: #06ABCC;
}
.AnyTagClassName
{
color: #06ABCC;
}
</style>
background-color css
<style>
a { background-color: #06ABCC; }
a { background-color: rgb(6,171,204); }
div.DivClassName
{
background-color: #06ABCC;
}
.BgClassName
{
background-color: #06ABCC;
}
</style>
border-color css
<style>
span { border-color: #06ABCC; }
span { border-color: rgb(6,171,204); }
td.TdClassName
{
border-color: #06ABCC;
}
.TagClassName
{
border-color: #06ABCC;
}
</style>