Shades of Iris Blue #02AACC
Tints of Iris Blue #02AACC
RGB
CMYK
RGB Variations
Color information
#02AACC (or 0x02AACC) is known color: Iris Blue. HEX triplet: 02, AA and CC. RGB value is (2,170,204). Sum of RGB (Red+Green+Blue) = 2+170+204=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #02AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AACC is #FD5533. Grayscale: #7B7B7B. Windows color (decimal): -16602420 or 13412866. OLE color: 13412866.
HSL color Cylindrical-coordinate representation of color #02AACC: hue angle of 190.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AACC is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 170 | 204 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.2 |
| HSL | 190.1º | 0.98% | 0.4% | - |
| HSV(B) | 190.1º | 0.99% | 0.8% | - |
| XYZ | 25.3 | 33.12 | 62.19 | - |
| YUV | 123.64 | 173.34 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 204 | 0.99 | 0.17 | 0 | 0.2 | 190.1 | 0.98 | 0.4 |
| Hex | 2 | AA | CC | 63 | 11 | 0 | 14 | BE | 62 | 28 |
| Octal | 2 | 252 | 314 | 143 | 21 | 0 | 24 | 276 | 142 | 50 |
| Binary | 10 | 10101010 | 11001100 | 1100011 | 10001 | 0 | 10100 | 10111110 | 1100010 | 101000 |
Color Harmonies of #02AACC
Complementary color
Monochromatic Colors of #02AACC
Black with #02AACC
Text Example
Text Example
White with #02AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AACC; }
p { color: rgb(2,170,204); }
H1.HeaderClassName
{
color: #02AACC;
}
.AnyTagClassName
{
color: #02AACC;
}
</style>
background-color css
<style>
a { background-color: #02AACC; }
a { background-color: rgb(2,170,204); }
div.DivClassName
{
background-color: #02AACC;
}
.BgClassName
{
background-color: #02AACC;
}
</style>
border-color css
<style>
span { border-color: #02AACC; }
span { border-color: rgb(2,170,204); }
td.TdClassName
{
border-color: #02AACC;
}
.TagClassName
{
border-color: #02AACC;
}
</style>