Shades of Iris Blue #02AAD1
Tints of Iris Blue #02AAD1
RGB
CMYK
RGB Variations
Color information
#02AAD1 (or 0x02AAD1) is known color: Iris Blue. HEX triplet: 02, AA and D1. RGB value is (2,170,209). Sum of RGB (Red+Green+Blue) = 2+170+209=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #02AAD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AAD1 is #FD552E. Grayscale: #7B7B7B. Windows color (decimal): -16602415 or 13740546. OLE color: 13740546.
HSL color Cylindrical-coordinate representation of color #02AAD1: hue angle of 191.3º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AAD1 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 170 | 209 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.18 |
| HSL | 191.3º | 0.98% | 0.41% | - |
| HSV(B) | 191.3º | 0.99% | 0.82% | - |
| XYZ | 25.91 | 33.37 | 65.4 | - |
| YUV | 124.21 | 175.84 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 209 | 0.99 | 0.19 | 0 | 0.18 | 191.3 | 0.98 | 0.41 |
| Hex | 2 | AA | D1 | 63 | 13 | 0 | 12 | BF | 62 | 29 |
| Octal | 2 | 252 | 321 | 143 | 23 | 0 | 22 | 277 | 142 | 51 |
| Binary | 10 | 10101010 | 11010001 | 1100011 | 10011 | 0 | 10010 | 10111111 | 1100010 | 101001 |
Color Harmonies of #02AAD1
Complementary color
Monochromatic Colors of #02AAD1
Black with #02AAD1
Text Example
Text Example
White with #02AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AAD1; }
p { color: rgb(2,170,209); }
H1.HeaderClassName
{
color: #02AAD1;
}
.AnyTagClassName
{
color: #02AAD1;
}
</style>
background-color css
<style>
a { background-color: #02AAD1; }
a { background-color: rgb(2,170,209); }
div.DivClassName
{
background-color: #02AAD1;
}
.BgClassName
{
background-color: #02AAD1;
}
</style>
border-color css
<style>
span { border-color: #02AAD1; }
span { border-color: rgb(2,170,209); }
td.TdClassName
{
border-color: #02AAD1;
}
.TagClassName
{
border-color: #02AAD1;
}
</style>