Shades of Deep Sky Blue #02DBFF
Tints of Deep Sky Blue #02DBFF
RGB
CMYK
RGB Variations
Color information
#02DBFF (or 0x02DBFF) is known color: Deep Sky Blue. HEX triplet: 02, DB and FF. RGB value is (2,219,255). Sum of RGB (Red+Green+Blue) = 2+219+255=476 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #02DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DBFF is #FD2400. Grayscale: #9D9D9D. Windows color (decimal): -16589825 or 16767746. OLE color: 16767746.
HSL color Cylindrical-coordinate representation of color #02DBFF: hue angle of 188.54º 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 #02DBFF is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 219 | 255 | - |
| CMYK | 0.99 | 0.14 | 0 | 0 |
| HSL | 188.54º | 1% | 0.5% | - |
| HSV(B) | 188.54º | 0.99% | 1% | - |
| XYZ | 43.41 | 57.9 | 103.5 | - |
| YUV | 158.22 | 182.61 | 16.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 219 | 255 | 0.99 | 0.14 | 0 | 0 | 188.54 | 1 | 0.5 |
| Hex | 2 | DB | FF | 63 | E | 0 | 0 | BD | 64 | 32 |
| Octal | 2 | 333 | 377 | 143 | 16 | 0 | 0 | 275 | 144 | 62 |
| Binary | 10 | 11011011 | 11111111 | 1100011 | 1110 | 0 | 0 | 10111101 | 1100100 | 110010 |
Color Harmonies of #02DBFF
Complementary color
Monochromatic Colors of #02DBFF
Black with #02DBFF
Text Example
Text Example
White with #02DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DBFF; }
p { color: rgb(2,219,255); }
H1.HeaderClassName
{
color: #02DBFF;
}
.AnyTagClassName
{
color: #02DBFF;
}
</style>
background-color css
<style>
a { background-color: #02DBFF; }
a { background-color: rgb(2,219,255); }
div.DivClassName
{
background-color: #02DBFF;
}
.BgClassName
{
background-color: #02DBFF;
}
</style>
border-color css
<style>
span { border-color: #02DBFF; }
span { border-color: rgb(2,219,255); }
td.TdClassName
{
border-color: #02DBFF;
}
.TagClassName
{
border-color: #02DBFF;
}
</style>