Shades of Deep Sky Blue #02DAFF
Tints of Deep Sky Blue #02DAFF
RGB
CMYK
RGB Variations
Color information
#02DAFF (or 0x02DAFF) is known color: Deep Sky Blue. HEX triplet: 02, DA and FF. RGB value is (2,218,255). Sum of RGB (Red+Green+Blue) = 2+218+255=475 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #02DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DAFF is #FD2500. Grayscale: #9D9D9D. Windows color (decimal): -16590081 or 16767490. OLE color: 16767490.
HSL color Cylindrical-coordinate representation of color #02DAFF: hue angle of 188.77º 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 #02DAFF is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 218 | 255 | - |
| CMYK | 0.99 | 0.15 | 0 | 0 |
| HSL | 188.77º | 1% | 0.5% | - |
| HSV(B) | 188.77º | 0.99% | 1% | - |
| XYZ | 43.15 | 57.38 | 103.41 | - |
| YUV | 157.63 | 182.94 | 16.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 218 | 255 | 0.99 | 0.15 | 0 | 0 | 188.77 | 1 | 0.5 |
| Hex | 2 | DA | FF | 63 | F | 0 | 0 | BD | 64 | 32 |
| Octal | 2 | 332 | 377 | 143 | 17 | 0 | 0 | 275 | 144 | 62 |
| Binary | 10 | 11011010 | 11111111 | 1100011 | 1111 | 0 | 0 | 10111101 | 1100100 | 110010 |
Color Harmonies of #02DAFF
Complementary color
Monochromatic Colors of #02DAFF
Black with #02DAFF
Text Example
Text Example
White with #02DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DAFF; }
p { color: rgb(2,218,255); }
H1.HeaderClassName
{
color: #02DAFF;
}
.AnyTagClassName
{
color: #02DAFF;
}
</style>
background-color css
<style>
a { background-color: #02DAFF; }
a { background-color: rgb(2,218,255); }
div.DivClassName
{
background-color: #02DAFF;
}
.BgClassName
{
background-color: #02DAFF;
}
</style>
border-color css
<style>
span { border-color: #02DAFF; }
span { border-color: rgb(2,218,255); }
td.TdClassName
{
border-color: #02DAFF;
}
.TagClassName
{
border-color: #02DAFF;
}
</style>