Shades of Deep Sky Blue #02DCFD
Tints of Deep Sky Blue #02DCFD
RGB
CMYK
RGB Variations
Color information
#02DCFD (or 0x02DCFD) is known color: Deep Sky Blue. HEX triplet: 02, DC and FD. RGB value is (2,220,253). Sum of RGB (Red+Green+Blue) = 2+220+253=475 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #02DCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DCFD is #FD2302. Grayscale: #9E9E9E. Windows color (decimal): -16589571 or 16636930. OLE color: 16636930.
HSL color Cylindrical-coordinate representation of color #02DCFD: hue angle of 187.89º 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 #02DCFD is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 220 | 253 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.01 |
| HSL | 187.89º | 0.98% | 0.5% | - |
| HSV(B) | 187.89º | 0.99% | 0.99% | - |
| XYZ | 43.35 | 58.29 | 101.9 | - |
| YUV | 158.58 | 181.28 | 16.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 253 | 0.99 | 0.13 | 0 | 0.01 | 187.89 | 0.98 | 0.5 |
| Hex | 2 | DC | FD | 63 | D | 0 | 1 | BC | 62 | 32 |
| Octal | 2 | 334 | 375 | 143 | 15 | 0 | 1 | 274 | 142 | 62 |
| Binary | 10 | 11011100 | 11111101 | 1100011 | 1101 | 0 | 1 | 10111100 | 1100010 | 110010 |
Color Harmonies of #02DCFD
Complementary color
Monochromatic Colors of #02DCFD
Black with #02DCFD
Text Example
Text Example
White with #02DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCFD; }
p { color: rgb(2,220,253); }
H1.HeaderClassName
{
color: #02DCFD;
}
.AnyTagClassName
{
color: #02DCFD;
}
</style>
background-color css
<style>
a { background-color: #02DCFD; }
a { background-color: rgb(2,220,253); }
div.DivClassName
{
background-color: #02DCFD;
}
.BgClassName
{
background-color: #02DCFD;
}
</style>
border-color css
<style>
span { border-color: #02DCFD; }
span { border-color: rgb(2,220,253); }
td.TdClassName
{
border-color: #02DCFD;
}
.TagClassName
{
border-color: #02DCFD;
}
</style>