Shades of Iris Blue #02AFDD
Tints of Iris Blue #02AFDD
RGB
CMYK
RGB Variations
Color information
#02AFDD (or 0x02AFDD) is known color: Iris Blue. HEX triplet: 02, AF and DD. RGB value is (2,175,221). Sum of RGB (Red+Green+Blue) = 2+175+221=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #02AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AFDD is #FD5022. Grayscale: #808080. Windows color (decimal): -16601123 or 14528258. OLE color: 14528258.
HSL color Cylindrical-coordinate representation of color #02AFDD: hue angle of 192.6º 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 #02AFDD is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 175 | 221 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.13 |
| HSL | 192.6º | 0.98% | 0.44% | - |
| HSV(B) | 192.6º | 0.99% | 0.87% | - |
| XYZ | 28.41 | 35.89 | 73.84 | - |
| YUV | 128.52 | 180.19 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 175 | 221 | 0.99 | 0.21 | 0 | 0.13 | 192.6 | 0.98 | 0.44 |
| Hex | 2 | AF | DD | 63 | 15 | 0 | D | C1 | 62 | 2C |
| Octal | 2 | 257 | 335 | 143 | 25 | 0 | 15 | 301 | 142 | 54 |
| Binary | 10 | 10101111 | 11011101 | 1100011 | 10101 | 0 | 1101 | 11000001 | 1100010 | 101100 |
Color Harmonies of #02AFDD
Complementary color
Monochromatic Colors of #02AFDD
Black with #02AFDD
Text Example
Text Example
White with #02AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AFDD; }
p { color: rgb(2,175,221); }
H1.HeaderClassName
{
color: #02AFDD;
}
.AnyTagClassName
{
color: #02AFDD;
}
</style>
background-color css
<style>
a { background-color: #02AFDD; }
a { background-color: rgb(2,175,221); }
div.DivClassName
{
background-color: #02AFDD;
}
.BgClassName
{
background-color: #02AFDD;
}
</style>
border-color css
<style>
span { border-color: #02AFDD; }
span { border-color: rgb(2,175,221); }
td.TdClassName
{
border-color: #02AFDD;
}
.TagClassName
{
border-color: #02AFDD;
}
</style>