Shades of Iris Blue #02ABDD
Tints of Iris Blue #02ABDD
RGB
CMYK
RGB Variations
Color information
#02ABDD (or 0x02ABDD) is known color: Iris Blue. HEX triplet: 02, AB and DD. RGB value is (2,171,221). Sum of RGB (Red+Green+Blue) = 2+171+221=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #02ABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABDD is #FD5422. Grayscale: #7D7D7D. Windows color (decimal): -16602147 or 14527234. OLE color: 14527234.
HSL color Cylindrical-coordinate representation of color #02ABDD: hue angle of 193.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABDD is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 171 | 221 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.13 |
| HSL | 193.7º | 0.98% | 0.44% | - |
| HSV(B) | 193.7º | 0.99% | 0.87% | - |
| XYZ | 27.64 | 34.36 | 73.58 | - |
| YUV | 126.17 | 181.51 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 221 | 0.99 | 0.23 | 0 | 0.13 | 193.7 | 0.98 | 0.44 |
| Hex | 2 | AB | DD | 63 | 17 | 0 | D | C2 | 62 | 2C |
| Octal | 2 | 253 | 335 | 143 | 27 | 0 | 15 | 302 | 142 | 54 |
| Binary | 10 | 10101011 | 11011101 | 1100011 | 10111 | 0 | 1101 | 11000010 | 1100010 | 101100 |
Color Harmonies of #02ABDD
Complementary color
Monochromatic Colors of #02ABDD
Black with #02ABDD
Text Example
Text Example
White with #02ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ABDD; }
p { color: rgb(2,171,221); }
H1.HeaderClassName
{
color: #02ABDD;
}
.AnyTagClassName
{
color: #02ABDD;
}
</style>
background-color css
<style>
a { background-color: #02ABDD; }
a { background-color: rgb(2,171,221); }
div.DivClassName
{
background-color: #02ABDD;
}
.BgClassName
{
background-color: #02ABDD;
}
</style>
border-color css
<style>
span { border-color: #02ABDD; }
span { border-color: rgb(2,171,221); }
td.TdClassName
{
border-color: #02ABDD;
}
.TagClassName
{
border-color: #02ABDD;
}
</style>