Shades of Iris Blue #02ABCC
Tints of Iris Blue #02ABCC
RGB
CMYK
RGB Variations
Color information
#02ABCC (or 0x02ABCC) is known color: Iris Blue. HEX triplet: 02, AB and CC. RGB value is (2,171,204). Sum of RGB (Red+Green+Blue) = 2+171+204=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #02ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABCC is #FD5433. Grayscale: #7B7B7B. Windows color (decimal): -16602164 or 13413122. OLE color: 13413122.
HSL color Cylindrical-coordinate representation of color #02ABCC: hue angle of 189.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABCC is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 171 | 204 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.2 |
| HSL | 189.8º | 0.98% | 0.4% | - |
| HSV(B) | 189.8º | 0.99% | 0.8% | - |
| XYZ | 25.49 | 33.5 | 62.25 | - |
| YUV | 124.23 | 173.01 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 204 | 0.99 | 0.16 | 0 | 0.2 | 189.8 | 0.98 | 0.4 |
| Hex | 2 | AB | CC | 63 | 10 | 0 | 14 | BE | 62 | 28 |
| Octal | 2 | 253 | 314 | 143 | 20 | 0 | 24 | 276 | 142 | 50 |
| Binary | 10 | 10101011 | 11001100 | 1100011 | 10000 | 0 | 10100 | 10111110 | 1100010 | 101000 |
Color Harmonies of #02ABCC
Complementary color
Monochromatic Colors of #02ABCC
Black with #02ABCC
Text Example
Text Example
White with #02ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ABCC; }
p { color: rgb(2,171,204); }
H1.HeaderClassName
{
color: #02ABCC;
}
.AnyTagClassName
{
color: #02ABCC;
}
</style>
background-color css
<style>
a { background-color: #02ABCC; }
a { background-color: rgb(2,171,204); }
div.DivClassName
{
background-color: #02ABCC;
}
.BgClassName
{
background-color: #02ABCC;
}
</style>
border-color css
<style>
span { border-color: #02ABCC; }
span { border-color: rgb(2,171,204); }
td.TdClassName
{
border-color: #02ABCC;
}
.TagClassName
{
border-color: #02ABCC;
}
</style>