Shades of Deep Sky Blue #02AEFF
Tints of Deep Sky Blue #02AEFF
RGB
CMYK
RGB Variations
Color information
#02AEFF (or 0x02AEFF) is known color: Deep Sky Blue. HEX triplet: 02, AE and FF. RGB value is (2,174,255). Sum of RGB (Red+Green+Blue) = 2+174+255=431 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #02AEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02AEFF is #FD5100. Grayscale: #838383. Windows color (decimal): -16601345 or 16756226. OLE color: 16756226.
HSL color Cylindrical-coordinate representation of color #02AEFF: hue angle of 199.21º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AEFF is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 174 | 255 | - |
| CMYK | 0.99 | 0.32 | 0 | 0 |
| HSL | 199.21º | 1% | 0.5% | - |
| HSV(B) | 199.21º | 0.99% | 1% | - |
| XYZ | 33.21 | 37.51 | 100.1 | - |
| YUV | 131.81 | 197.52 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 174 | 255 | 0.99 | 0.32 | 0 | 0 | 199.21 | 1 | 0.5 |
| Hex | 2 | AE | FF | 63 | 20 | 0 | 0 | C7 | 64 | 32 |
| Octal | 2 | 256 | 377 | 143 | 40 | 0 | 0 | 307 | 144 | 62 |
| Binary | 10 | 10101110 | 11111111 | 1100011 | 100000 | 0 | 0 | 11000111 | 1100100 | 110010 |
Color Harmonies of #02AEFF
Complementary color
Monochromatic Colors of #02AEFF
Black with #02AEFF
Text Example
Text Example
White with #02AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AEFF; }
p { color: rgb(2,174,255); }
H1.HeaderClassName
{
color: #02AEFF;
}
.AnyTagClassName
{
color: #02AEFF;
}
</style>
background-color css
<style>
a { background-color: #02AEFF; }
a { background-color: rgb(2,174,255); }
div.DivClassName
{
background-color: #02AEFF;
}
.BgClassName
{
background-color: #02AEFF;
}
</style>
border-color css
<style>
span { border-color: #02AEFF; }
span { border-color: rgb(2,174,255); }
td.TdClassName
{
border-color: #02AEFF;
}
.TagClassName
{
border-color: #02AEFF;
}
</style>