Shades of Deep Sky Blue #02DEFC
Tints of Deep Sky Blue #02DEFC
RGB
CMYK
RGB Variations
Color information
#02DEFC (or 0x02DEFC) is known color: Deep Sky Blue. HEX triplet: 02, DE and FC. RGB value is (2,222,252). Sum of RGB (Red+Green+Blue) = 2+222+252=476 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #02DEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DEFC is #FD2103. Grayscale: #9F9F9F. Windows color (decimal): -16589060 or 16571906. OLE color: 16571906.
HSL color Cylindrical-coordinate representation of color #02DEFC: hue angle of 187.2º 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 #02DEFC is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 222 | 252 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.01 |
| HSL | 187.2º | 0.98% | 0.5% | - |
| HSV(B) | 187.2º | 0.99% | 0.99% | - |
| XYZ | 43.72 | 59.28 | 101.23 | - |
| YUV | 159.64 | 180.11 | 15.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 222 | 252 | 0.99 | 0.12 | 0 | 0.01 | 187.2 | 0.98 | 0.5 |
| Hex | 2 | DE | FC | 63 | C | 0 | 1 | BB | 62 | 32 |
| Octal | 2 | 336 | 374 | 143 | 14 | 0 | 1 | 273 | 142 | 62 |
| Binary | 10 | 11011110 | 11111100 | 1100011 | 1100 | 0 | 1 | 10111011 | 1100010 | 110010 |
Color Harmonies of #02DEFC
Complementary color
Monochromatic Colors of #02DEFC
Black with #02DEFC
Text Example
Text Example
White with #02DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DEFC; }
p { color: rgb(2,222,252); }
H1.HeaderClassName
{
color: #02DEFC;
}
.AnyTagClassName
{
color: #02DEFC;
}
</style>
background-color css
<style>
a { background-color: #02DEFC; }
a { background-color: rgb(2,222,252); }
div.DivClassName
{
background-color: #02DEFC;
}
.BgClassName
{
background-color: #02DEFC;
}
</style>
border-color css
<style>
span { border-color: #02DEFC; }
span { border-color: rgb(2,222,252); }
td.TdClassName
{
border-color: #02DEFC;
}
.TagClassName
{
border-color: #02DEFC;
}
</style>