Shades of Iris Blue #02AABC
Tints of Iris Blue #02AABC
RGB
CMYK
RGB Variations
Color information
#02AABC (or 0x02AABC) is known color: Iris Blue. HEX triplet: 02, AA and BC. RGB value is (2,170,188). Sum of RGB (Red+Green+Blue) = 2+170+188=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #02AABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AABC is #FD5543. Grayscale: #797979. Windows color (decimal): -16602436 or 12364290. OLE color: 12364290.
HSL color Cylindrical-coordinate representation of color #02AABC: hue angle of 185.81º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AABC is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 170 | 188 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.26 |
| HSL | 185.81º | 0.98% | 0.37% | - |
| HSV(B) | 185.81º | 0.99% | 0.74% | - |
| XYZ | 23.48 | 32.39 | 52.59 | - |
| YUV | 121.82 | 165.34 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 188 | 0.99 | 0.10 | 0 | 0.26 | 185.81 | 0.98 | 0.37 |
| Hex | 2 | AA | BC | 63 | A | 0 | 1A | BA | 62 | 25 |
| Octal | 2 | 252 | 274 | 143 | 12 | 0 | 32 | 272 | 142 | 45 |
| Binary | 10 | 10101010 | 10111100 | 1100011 | 1010 | 0 | 11010 | 10111010 | 1100010 | 100101 |
Color Harmonies of #02AABC
Complementary color
Monochromatic Colors of #02AABC
Black with #02AABC
Text Example
Text Example
White with #02AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AABC; }
p { color: rgb(2,170,188); }
H1.HeaderClassName
{
color: #02AABC;
}
.AnyTagClassName
{
color: #02AABC;
}
</style>
background-color css
<style>
a { background-color: #02AABC; }
a { background-color: rgb(2,170,188); }
div.DivClassName
{
background-color: #02AABC;
}
.BgClassName
{
background-color: #02AABC;
}
</style>
border-color css
<style>
span { border-color: #02AABC; }
span { border-color: rgb(2,170,188); }
td.TdClassName
{
border-color: #02AABC;
}
.TagClassName
{
border-color: #02AABC;
}
</style>