Shades of Deep Sky Blue #02AAF2
Tints of Deep Sky Blue #02AAF2
RGB
CMYK
RGB Variations
Color information
#02AAF2 (or 0x02AAF2) is known color: Deep Sky Blue. HEX triplet: 02, AA and F2. RGB value is (2,170,242). Sum of RGB (Red+Green+Blue) = 2+170+242=414 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 242 (94.92% from 255 or 58.45% from 414); Max value from RGB is 242 - color contains mainly: blue. Hex color #02AAF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02AAF2 is #FD550D. Grayscale: #7F7F7F. Windows color (decimal): -16602382 or 15903234. OLE color: 15903234.
HSL color Cylindrical-coordinate representation of color #02AAF2: hue angle of 198º 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 #02AAF2 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 170 | 242 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.05 |
| HSL | 198º | 0.98% | 0.48% | - |
| HSV(B) | 198º | 0.99% | 0.95% | - |
| XYZ | 30.43 | 35.17 | 89.19 | - |
| YUV | 127.98 | 192.34 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 242 | 0.99 | 0.30 | 0 | 0.05 | 198 | 0.98 | 0.48 |
| Hex | 2 | AA | F2 | 63 | 1E | 0 | 5 | C6 | 62 | 30 |
| Octal | 2 | 252 | 362 | 143 | 36 | 0 | 5 | 306 | 142 | 60 |
| Binary | 10 | 10101010 | 11110010 | 1100011 | 11110 | 0 | 101 | 11000110 | 1100010 | 110000 |
Color Harmonies of #02AAF2
Complementary color
Monochromatic Colors of #02AAF2
Black with #02AAF2
Text Example
Text Example
White with #02AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AAF2; }
p { color: rgb(2,170,242); }
H1.HeaderClassName
{
color: #02AAF2;
}
.AnyTagClassName
{
color: #02AAF2;
}
</style>
background-color css
<style>
a { background-color: #02AAF2; }
a { background-color: rgb(2,170,242); }
div.DivClassName
{
background-color: #02AAF2;
}
.BgClassName
{
background-color: #02AAF2;
}
</style>
border-color css
<style>
span { border-color: #02AAF2; }
span { border-color: rgb(2,170,242); }
td.TdClassName
{
border-color: #02AAF2;
}
.TagClassName
{
border-color: #02AAF2;
}
</style>