Shades of Iris Blue #02AAC9
Tints of Iris Blue #02AAC9
RGB
CMYK
RGB Variations
Color information
#02AAC9 (or 0x02AAC9) is known color: Iris Blue. HEX triplet: 02, AA and C9. RGB value is (2,170,201). Sum of RGB (Red+Green+Blue) = 2+170+201=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #02AAC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AAC9 is #FD5536. Grayscale: #7B7B7B. Windows color (decimal): -16602423 or 13216258. OLE color: 13216258.
HSL color Cylindrical-coordinate representation of color #02AAC9: hue angle of 189.35º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AAC9 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 170 | 201 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.21 |
| HSL | 189.35º | 0.98% | 0.4% | - |
| HSV(B) | 189.35º | 0.99% | 0.79% | - |
| XYZ | 24.94 | 32.98 | 60.31 | - |
| YUV | 123.3 | 171.84 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 201 | 0.99 | 0.15 | 0 | 0.21 | 189.35 | 0.98 | 0.4 |
| Hex | 2 | AA | C9 | 63 | F | 0 | 15 | BD | 62 | 28 |
| Octal | 2 | 252 | 311 | 143 | 17 | 0 | 25 | 275 | 142 | 50 |
| Binary | 10 | 10101010 | 11001001 | 1100011 | 1111 | 0 | 10101 | 10111101 | 1100010 | 101000 |
Color Harmonies of #02AAC9
Complementary color
Monochromatic Colors of #02AAC9
Black with #02AAC9
Text Example
Text Example
White with #02AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AAC9; }
p { color: rgb(2,170,201); }
H1.HeaderClassName
{
color: #02AAC9;
}
.AnyTagClassName
{
color: #02AAC9;
}
</style>
background-color css
<style>
a { background-color: #02AAC9; }
a { background-color: rgb(2,170,201); }
div.DivClassName
{
background-color: #02AAC9;
}
.BgClassName
{
background-color: #02AAC9;
}
</style>
border-color css
<style>
span { border-color: #02AAC9; }
span { border-color: rgb(2,170,201); }
td.TdClassName
{
border-color: #02AAC9;
}
.TagClassName
{
border-color: #02AAC9;
}
</style>