Shades of Deep Sky Blue #02DAFE
Tints of Deep Sky Blue #02DAFE
RGB
CMYK
RGB Variations
Color information
#02DAFE (or 0x02DAFE) is known color: Deep Sky Blue. HEX triplet: 02, DA and FE. RGB value is (2,218,254). Sum of RGB (Red+Green+Blue) = 2+218+254=474 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #02DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DAFE is #FD2501. Grayscale: #9D9D9D. Windows color (decimal): -16590082 or 16701954. OLE color: 16701954.
HSL color Cylindrical-coordinate representation of color #02DAFE: hue angle of 188.57º 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 #02DAFE is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 218 | 254 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.00 |
| HSL | 188.57º | 0.99% | 0.5% | - |
| HSV(B) | 188.57º | 0.99% | 1% | - |
| XYZ | 42.99 | 57.31 | 102.56 | - |
| YUV | 157.52 | 182.44 | 17.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 218 | 254 | 0.99 | 0.14 | 0 | 0.00 | 188.57 | 0.99 | 0.5 |
| Hex | 2 | DA | FE | 63 | E | 0 | 0 | BD | 63 | 32 |
| Octal | 2 | 332 | 376 | 143 | 16 | 0 | 0 | 275 | 143 | 62 |
| Binary | 10 | 11011010 | 11111110 | 1100011 | 1110 | 0 | 0 | 10111101 | 1100011 | 110010 |
Color Harmonies of #02DAFE
Complementary color
Monochromatic Colors of #02DAFE
Black with #02DAFE
Text Example
Text Example
White with #02DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DAFE; }
p { color: rgb(2,218,254); }
H1.HeaderClassName
{
color: #02DAFE;
}
.AnyTagClassName
{
color: #02DAFE;
}
</style>
background-color css
<style>
a { background-color: #02DAFE; }
a { background-color: rgb(2,218,254); }
div.DivClassName
{
background-color: #02DAFE;
}
.BgClassName
{
background-color: #02DAFE;
}
</style>
border-color css
<style>
span { border-color: #02DAFE; }
span { border-color: rgb(2,218,254); }
td.TdClassName
{
border-color: #02DAFE;
}
.TagClassName
{
border-color: #02DAFE;
}
</style>