Shades of Iris Blue #02AAD5
Tints of Iris Blue #02AAD5
RGB
CMYK
RGB Variations
Color information
#02AAD5 (or 0x02AAD5) is known color: Iris Blue. HEX triplet: 02, AA and D5. RGB value is (2,170,213). Sum of RGB (Red+Green+Blue) = 2+170+213=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #02AAD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AAD5 is #FD552A. Grayscale: #7C7C7C. Windows color (decimal): -16602411 or 14002690. OLE color: 14002690.
HSL color Cylindrical-coordinate representation of color #02AAD5: hue angle of 192.23º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AAD5 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 170 | 213 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.16 |
| HSL | 192.23º | 0.98% | 0.42% | - |
| HSV(B) | 192.23º | 0.99% | 0.84% | - |
| XYZ | 26.41 | 33.57 | 68.04 | - |
| YUV | 124.67 | 177.84 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 213 | 0.99 | 0.20 | 0 | 0.16 | 192.23 | 0.98 | 0.42 |
| Hex | 2 | AA | D5 | 63 | 14 | 0 | 10 | C0 | 62 | 2A |
| Octal | 2 | 252 | 325 | 143 | 24 | 0 | 20 | 300 | 142 | 52 |
| Binary | 10 | 10101010 | 11010101 | 1100011 | 10100 | 0 | 10000 | 11000000 | 1100010 | 101010 |
Color Harmonies of #02AAD5
Complementary color
Monochromatic Colors of #02AAD5
Black with #02AAD5
Text Example
Text Example
White with #02AAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AAD5; }
p { color: rgb(2,170,213); }
H1.HeaderClassName
{
color: #02AAD5;
}
.AnyTagClassName
{
color: #02AAD5;
}
</style>
background-color css
<style>
a { background-color: #02AAD5; }
a { background-color: rgb(2,170,213); }
div.DivClassName
{
background-color: #02AAD5;
}
.BgClassName
{
background-color: #02AAD5;
}
</style>
border-color css
<style>
span { border-color: #02AAD5; }
span { border-color: rgb(2,170,213); }
td.TdClassName
{
border-color: #02AAD5;
}
.TagClassName
{
border-color: #02AAD5;
}
</style>