Shades of Deep Sky Blue #04DEFC
Tints of Deep Sky Blue #04DEFC
RGB
CMYK
RGB Variations
Color information
#04DEFC (or 0x04DEFC) is known color: Deep Sky Blue. HEX triplet: 04, DE and FC. RGB value is (4,222,252). Sum of RGB (Red+Green+Blue) = 4+222+252=478 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #04DEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DEFC is #FB2103. Grayscale: #9F9F9F. Windows color (decimal): -16457988 or 16571908. OLE color: 16571908.
HSL color Cylindrical-coordinate representation of color #04DEFC: hue angle of 187.26º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DEFC is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 222 | 252 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.01 |
| HSL | 187.26º | 0.98% | 0.5% | - |
| HSV(B) | 187.26º | 0.98% | 0.99% | - |
| XYZ | 43.74 | 59.3 | 101.24 | - |
| YUV | 160.24 | 179.78 | 16.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 222 | 252 | 0.98 | 0.12 | 0 | 0.01 | 187.26 | 0.98 | 0.5 |
| Hex | 4 | DE | FC | 62 | C | 0 | 1 | BB | 62 | 32 |
| Octal | 4 | 336 | 374 | 142 | 14 | 0 | 1 | 273 | 142 | 62 |
| Binary | 100 | 11011110 | 11111100 | 1100010 | 1100 | 0 | 1 | 10111011 | 1100010 | 110010 |
Color Harmonies of #04DEFC
Complementary color
Monochromatic Colors of #04DEFC
Black with #04DEFC
Text Example
Text Example
White with #04DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DEFC; }
p { color: rgb(4,222,252); }
H1.HeaderClassName
{
color: #04DEFC;
}
.AnyTagClassName
{
color: #04DEFC;
}
</style>
background-color css
<style>
a { background-color: #04DEFC; }
a { background-color: rgb(4,222,252); }
div.DivClassName
{
background-color: #04DEFC;
}
.BgClassName
{
background-color: #04DEFC;
}
</style>
border-color css
<style>
span { border-color: #04DEFC; }
span { border-color: rgb(4,222,252); }
td.TdClassName
{
border-color: #04DEFC;
}
.TagClassName
{
border-color: #04DEFC;
}
</style>