Shades of Deep Sky Blue #02ADFE
Tints of Deep Sky Blue #02ADFE
RGB
CMYK
RGB Variations
Color information
#02ADFE (or 0x02ADFE) is known color: Deep Sky Blue. HEX triplet: 02, AD and FE. RGB value is (2,173,254). Sum of RGB (Red+Green+Blue) = 2+173+254=429 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #02ADFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ADFE is #FD5201. Grayscale: #828282. Windows color (decimal): -16601602 or 16690434. OLE color: 16690434.
HSL color Cylindrical-coordinate representation of color #02ADFE: hue angle of 199.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ADFE is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 173 | 254 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.00 |
| HSL | 199.29º | 0.99% | 0.5% | - |
| HSV(B) | 199.29º | 0.99% | 1% | - |
| XYZ | 32.86 | 37.06 | 99.19 | - |
| YUV | 131.11 | 197.35 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 254 | 0.99 | 0.32 | 0 | 0.00 | 199.29 | 0.99 | 0.5 |
| Hex | 2 | AD | FE | 63 | 20 | 0 | 0 | C7 | 63 | 32 |
| Octal | 2 | 255 | 376 | 143 | 40 | 0 | 0 | 307 | 143 | 62 |
| Binary | 10 | 10101101 | 11111110 | 1100011 | 100000 | 0 | 0 | 11000111 | 1100011 | 110010 |
Color Harmonies of #02ADFE
Complementary color
Monochromatic Colors of #02ADFE
Black with #02ADFE
Text Example
Text Example
White with #02ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADFE; }
p { color: rgb(2,173,254); }
H1.HeaderClassName
{
color: #02ADFE;
}
.AnyTagClassName
{
color: #02ADFE;
}
</style>
background-color css
<style>
a { background-color: #02ADFE; }
a { background-color: rgb(2,173,254); }
div.DivClassName
{
background-color: #02ADFE;
}
.BgClassName
{
background-color: #02ADFE;
}
</style>
border-color css
<style>
span { border-color: #02ADFE; }
span { border-color: rgb(2,173,254); }
td.TdClassName
{
border-color: #02ADFE;
}
.TagClassName
{
border-color: #02ADFE;
}
</style>