Shades of Iris Blue #06ABC2
Tints of Iris Blue #06ABC2
RGB
CMYK
RGB Variations
Color information
#06ABC2 (or 0x06ABC2) is known color: Iris Blue. HEX triplet: 06, AB and C2. RGB value is (6,171,194). Sum of RGB (Red+Green+Blue) = 6+171+194=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #06ABC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABC2 is #F9543D. Grayscale: #7C7C7C. Windows color (decimal): -16340030 or 12757766. OLE color: 12757766.
HSL color Cylindrical-coordinate representation of color #06ABC2: hue angle of 187.34º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABC2 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 171 | 194 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.24 |
| HSL | 187.34º | 0.94% | 0.39% | - |
| HSV(B) | 187.34º | 0.97% | 0.76% | - |
| XYZ | 24.38 | 33.06 | 56.14 | - |
| YUV | 124.29 | 167.34 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 194 | 0.97 | 0.12 | 0 | 0.24 | 187.34 | 0.94 | 0.39 |
| Hex | 6 | AB | C2 | 61 | C | 0 | 18 | BB | 5E | 27 |
| Octal | 6 | 253 | 302 | 141 | 14 | 0 | 30 | 273 | 136 | 47 |
| Binary | 110 | 10101011 | 11000010 | 1100001 | 1100 | 0 | 11000 | 10111011 | 1011110 | 100111 |
Color Harmonies of #06ABC2
Complementary color
Monochromatic Colors of #06ABC2
Black with #06ABC2
Text Example
Text Example
White with #06ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABC2; }
p { color: rgb(6,171,194); }
H1.HeaderClassName
{
color: #06ABC2;
}
.AnyTagClassName
{
color: #06ABC2;
}
</style>
background-color css
<style>
a { background-color: #06ABC2; }
a { background-color: rgb(6,171,194); }
div.DivClassName
{
background-color: #06ABC2;
}
.BgClassName
{
background-color: #06ABC2;
}
</style>
border-color css
<style>
span { border-color: #06ABC2; }
span { border-color: rgb(6,171,194); }
td.TdClassName
{
border-color: #06ABC2;
}
.TagClassName
{
border-color: #06ABC2;
}
</style>