Shades of Iris Blue #02AAC0
Tints of Iris Blue #02AAC0
RGB
CMYK
RGB Variations
Color information
#02AAC0 (or 0x02AAC0) is known color: Iris Blue. HEX triplet: 02, AA and C0. RGB value is (2,170,192). Sum of RGB (Red+Green+Blue) = 2+170+192=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #02AAC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AAC0 is #FD553F. Grayscale: #7A7A7A. Windows color (decimal): -16602432 or 12626434. OLE color: 12626434.
HSL color Cylindrical-coordinate representation of color #02AAC0: hue angle of 186.95º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AAC0 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 170 | 192 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.25 |
| HSL | 186.95º | 0.98% | 0.38% | - |
| HSV(B) | 186.95º | 0.99% | 0.75% | - |
| XYZ | 23.91 | 32.57 | 54.9 | - |
| YUV | 122.28 | 167.34 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 192 | 0.99 | 0.11 | 0 | 0.25 | 186.95 | 0.98 | 0.38 |
| Hex | 2 | AA | C0 | 63 | B | 0 | 19 | BB | 62 | 26 |
| Octal | 2 | 252 | 300 | 143 | 13 | 0 | 31 | 273 | 142 | 46 |
| Binary | 10 | 10101010 | 11000000 | 1100011 | 1011 | 0 | 11001 | 10111011 | 1100010 | 100110 |
Color Harmonies of #02AAC0
Complementary color
Monochromatic Colors of #02AAC0
Black with #02AAC0
Text Example
Text Example
White with #02AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AAC0; }
p { color: rgb(2,170,192); }
H1.HeaderClassName
{
color: #02AAC0;
}
.AnyTagClassName
{
color: #02AAC0;
}
</style>
background-color css
<style>
a { background-color: #02AAC0; }
a { background-color: rgb(2,170,192); }
div.DivClassName
{
background-color: #02AAC0;
}
.BgClassName
{
background-color: #02AAC0;
}
</style>
border-color css
<style>
span { border-color: #02AAC0; }
span { border-color: rgb(2,170,192); }
td.TdClassName
{
border-color: #02AAC0;
}
.TagClassName
{
border-color: #02AAC0;
}
</style>