Shades of Iris Blue #02ABCB
Tints of Iris Blue #02ABCB
RGB
CMYK
RGB Variations
Color information
#02ABCB (or 0x02ABCB) is known color: Iris Blue. HEX triplet: 02, AB and CB. RGB value is (2,171,203). Sum of RGB (Red+Green+Blue) = 2+171+203=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #02ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABCB is #FD5434. Grayscale: #7B7B7B. Windows color (decimal): -16602165 or 13347586. OLE color: 13347586.
HSL color Cylindrical-coordinate representation of color #02ABCB: hue angle of 189.55º 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 #02ABCB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 171 | 203 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.20 |
| HSL | 189.55º | 0.98% | 0.4% | - |
| HSV(B) | 189.55º | 0.99% | 0.8% | - |
| XYZ | 25.37 | 33.45 | 61.62 | - |
| YUV | 124.12 | 172.51 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 203 | 0.99 | 0.16 | 0 | 0.20 | 189.55 | 0.98 | 0.4 |
| Hex | 2 | AB | CB | 63 | 10 | 0 | 14 | BE | 62 | 28 |
| Octal | 2 | 253 | 313 | 143 | 20 | 0 | 24 | 276 | 142 | 50 |
| Binary | 10 | 10101011 | 11001011 | 1100011 | 10000 | 0 | 10100 | 10111110 | 1100010 | 101000 |
Color Harmonies of #02ABCB
Complementary color
Monochromatic Colors of #02ABCB
Black with #02ABCB
Text Example
Text Example
White with #02ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ABCB; }
p { color: rgb(2,171,203); }
H1.HeaderClassName
{
color: #02ABCB;
}
.AnyTagClassName
{
color: #02ABCB;
}
</style>
background-color css
<style>
a { background-color: #02ABCB; }
a { background-color: rgb(2,171,203); }
div.DivClassName
{
background-color: #02ABCB;
}
.BgClassName
{
background-color: #02ABCB;
}
</style>
border-color css
<style>
span { border-color: #02ABCB; }
span { border-color: rgb(2,171,203); }
td.TdClassName
{
border-color: #02ABCB;
}
.TagClassName
{
border-color: #02ABCB;
}
</style>