Shades of Deep Sky Blue #02AAF1
Tints of Deep Sky Blue #02AAF1
RGB
CMYK
RGB Variations
Color information
#02AAF1 (or 0x02AAF1) is known color: Deep Sky Blue. HEX triplet: 02, AA and F1. RGB value is (2,170,241). Sum of RGB (Red+Green+Blue) = 2+170+241=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #02AAF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02AAF1 is #FD550E. Grayscale: #7F7F7F. Windows color (decimal): -16602383 or 15837698. OLE color: 15837698.
HSL color Cylindrical-coordinate representation of color #02AAF1: hue angle of 197.82º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AAF1 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 170 | 241 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.05 |
| HSL | 197.82º | 0.98% | 0.48% | - |
| HSV(B) | 197.82º | 0.99% | 0.95% | - |
| XYZ | 30.28 | 35.11 | 88.4 | - |
| YUV | 127.86 | 191.84 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 241 | 0.99 | 0.29 | 0 | 0.05 | 197.82 | 0.98 | 0.48 |
| Hex | 2 | AA | F1 | 63 | 1D | 0 | 5 | C6 | 62 | 30 |
| Octal | 2 | 252 | 361 | 143 | 35 | 0 | 5 | 306 | 142 | 60 |
| Binary | 10 | 10101010 | 11110001 | 1100011 | 11101 | 0 | 101 | 11000110 | 1100010 | 110000 |
Color Harmonies of #02AAF1
Complementary color
Monochromatic Colors of #02AAF1
Black with #02AAF1
Text Example
Text Example
White with #02AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AAF1; }
p { color: rgb(2,170,241); }
H1.HeaderClassName
{
color: #02AAF1;
}
.AnyTagClassName
{
color: #02AAF1;
}
</style>
background-color css
<style>
a { background-color: #02AAF1; }
a { background-color: rgb(2,170,241); }
div.DivClassName
{
background-color: #02AAF1;
}
.BgClassName
{
background-color: #02AAF1;
}
</style>
border-color css
<style>
span { border-color: #02AAF1; }
span { border-color: rgb(2,170,241); }
td.TdClassName
{
border-color: #02AAF1;
}
.TagClassName
{
border-color: #02AAF1;
}
</style>