Shades of Iris Blue #02ABC8
Tints of Iris Blue #02ABC8
RGB
CMYK
RGB Variations
Color information
#02ABC8 (or 0x02ABC8) is known color: Iris Blue. HEX triplet: 02, AB and C8. RGB value is (2,171,200). Sum of RGB (Red+Green+Blue) = 2+171+200=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #02ABC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABC8 is #FD5437. Grayscale: #7B7B7B. Windows color (decimal): -16602168 or 13150978. OLE color: 13150978.
HSL color Cylindrical-coordinate representation of color #02ABC8: hue angle of 188.79º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABC8 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 171 | 200 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.22 |
| HSL | 188.79º | 0.98% | 0.4% | - |
| HSV(B) | 188.79º | 0.99% | 0.78% | - |
| XYZ | 25.01 | 33.31 | 59.75 | - |
| YUV | 123.78 | 171.01 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 200 | 0.99 | 0.14 | 0 | 0.22 | 188.79 | 0.98 | 0.4 |
| Hex | 2 | AB | C8 | 63 | E | 0 | 16 | BD | 62 | 28 |
| Octal | 2 | 253 | 310 | 143 | 16 | 0 | 26 | 275 | 142 | 50 |
| Binary | 10 | 10101011 | 11001000 | 1100011 | 1110 | 0 | 10110 | 10111101 | 1100010 | 101000 |
Color Harmonies of #02ABC8
Complementary color
Monochromatic Colors of #02ABC8
Black with #02ABC8
Text Example
Text Example
White with #02ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ABC8; }
p { color: rgb(2,171,200); }
H1.HeaderClassName
{
color: #02ABC8;
}
.AnyTagClassName
{
color: #02ABC8;
}
</style>
background-color css
<style>
a { background-color: #02ABC8; }
a { background-color: rgb(2,171,200); }
div.DivClassName
{
background-color: #02ABC8;
}
.BgClassName
{
background-color: #02ABC8;
}
</style>
border-color css
<style>
span { border-color: #02ABC8; }
span { border-color: rgb(2,171,200); }
td.TdClassName
{
border-color: #02ABC8;
}
.TagClassName
{
border-color: #02ABC8;
}
</style>