Shades of Deep Sky Blue #02DBFC
Tints of Deep Sky Blue #02DBFC
RGB
CMYK
RGB Variations
Color information
#02DBFC (or 0x02DBFC) is known color: Deep Sky Blue. HEX triplet: 02, DB and FC. RGB value is (2,219,252). Sum of RGB (Red+Green+Blue) = 2+219+252=473 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #02DBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DBFC is #FD2403. Grayscale: #9D9D9D. Windows color (decimal): -16589828 or 16571138. OLE color: 16571138.
HSL color Cylindrical-coordinate representation of color #02DBFC: hue angle of 187.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DBFC is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 219 | 252 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.01 |
| HSL | 187.92º | 0.98% | 0.5% | - |
| HSV(B) | 187.92º | 0.99% | 0.99% | - |
| XYZ | 42.93 | 57.7 | 100.97 | - |
| YUV | 157.88 | 181.11 | 16.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 219 | 252 | 0.99 | 0.13 | 0 | 0.01 | 187.92 | 0.98 | 0.5 |
| Hex | 2 | DB | FC | 63 | D | 0 | 1 | BC | 62 | 32 |
| Octal | 2 | 333 | 374 | 143 | 15 | 0 | 1 | 274 | 142 | 62 |
| Binary | 10 | 11011011 | 11111100 | 1100011 | 1101 | 0 | 1 | 10111100 | 1100010 | 110010 |
Color Harmonies of #02DBFC
Complementary color
Monochromatic Colors of #02DBFC
Black with #02DBFC
Text Example
Text Example
White with #02DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DBFC; }
p { color: rgb(2,219,252); }
H1.HeaderClassName
{
color: #02DBFC;
}
.AnyTagClassName
{
color: #02DBFC;
}
</style>
background-color css
<style>
a { background-color: #02DBFC; }
a { background-color: rgb(2,219,252); }
div.DivClassName
{
background-color: #02DBFC;
}
.BgClassName
{
background-color: #02DBFC;
}
</style>
border-color css
<style>
span { border-color: #02DBFC; }
span { border-color: rgb(2,219,252); }
td.TdClassName
{
border-color: #02DBFC;
}
.TagClassName
{
border-color: #02DBFC;
}
</style>