Shades of Iris Blue #02AAD7
Tints of Iris Blue #02AAD7
RGB
CMYK
RGB Variations
Color information
#02AAD7 (or 0x02AAD7) is known color: Iris Blue. HEX triplet: 02, AA and D7. RGB value is (2,170,215). Sum of RGB (Red+Green+Blue) = 2+170+215=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 215 (84.38% from 255 or 55.56% from 387); Max value from RGB is 215 - color contains mainly: blue. Hex color #02AAD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AAD7 is #FD5528. Grayscale: #7C7C7C. Windows color (decimal): -16602409 or 14133762. OLE color: 14133762.
HSL color Cylindrical-coordinate representation of color #02AAD7: hue angle of 192.68º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AAD7 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 170 | 215 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.16 |
| HSL | 192.68º | 0.98% | 0.43% | - |
| HSV(B) | 192.68º | 0.99% | 0.84% | - |
| XYZ | 26.67 | 33.67 | 69.38 | - |
| YUV | 124.9 | 178.84 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 215 | 0.99 | 0.21 | 0 | 0.16 | 192.68 | 0.98 | 0.43 |
| Hex | 2 | AA | D7 | 63 | 15 | 0 | 10 | C1 | 62 | 2B |
| Octal | 2 | 252 | 327 | 143 | 25 | 0 | 20 | 301 | 142 | 53 |
| Binary | 10 | 10101010 | 11010111 | 1100011 | 10101 | 0 | 10000 | 11000001 | 1100010 | 101011 |
Color Harmonies of #02AAD7
Complementary color
Monochromatic Colors of #02AAD7
Black with #02AAD7
Text Example
Text Example
White with #02AAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AAD7; }
p { color: rgb(2,170,215); }
H1.HeaderClassName
{
color: #02AAD7;
}
.AnyTagClassName
{
color: #02AAD7;
}
</style>
background-color css
<style>
a { background-color: #02AAD7; }
a { background-color: rgb(2,170,215); }
div.DivClassName
{
background-color: #02AAD7;
}
.BgClassName
{
background-color: #02AAD7;
}
</style>
border-color css
<style>
span { border-color: #02AAD7; }
span { border-color: rgb(2,170,215); }
td.TdClassName
{
border-color: #02AAD7;
}
.TagClassName
{
border-color: #02AAD7;
}
</style>