Shades of Deep Sky Blue #04DEFD
Tints of Deep Sky Blue #04DEFD
RGB
CMYK
RGB Variations
Color information
#04DEFD (or 0x04DEFD) is known color: Deep Sky Blue. HEX triplet: 04, DE and FD. RGB value is (4,222,253). Sum of RGB (Red+Green+Blue) = 4+222+253=479 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #04DEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DEFD is #FB2102. Grayscale: #A0A0A0. Windows color (decimal): -16457987 or 16637444. OLE color: 16637444.
HSL color Cylindrical-coordinate representation of color #04DEFD: hue angle of 187.47º 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 #04DEFD is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 222 | 253 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.01 |
| HSL | 187.47º | 0.98% | 0.5% | - |
| HSV(B) | 187.47º | 0.98% | 0.99% | - |
| XYZ | 43.9 | 59.36 | 102.07 | - |
| YUV | 160.35 | 180.28 | 16.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 222 | 253 | 0.98 | 0.12 | 0 | 0.01 | 187.47 | 0.98 | 0.5 |
| Hex | 4 | DE | FD | 62 | C | 0 | 1 | BB | 62 | 32 |
| Octal | 4 | 336 | 375 | 142 | 14 | 0 | 1 | 273 | 142 | 62 |
| Binary | 100 | 11011110 | 11111101 | 1100010 | 1100 | 0 | 1 | 10111011 | 1100010 | 110010 |
Color Harmonies of #04DEFD
Complementary color
Monochromatic Colors of #04DEFD
Black with #04DEFD
Text Example
Text Example
White with #04DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DEFD; }
p { color: rgb(4,222,253); }
H1.HeaderClassName
{
color: #04DEFD;
}
.AnyTagClassName
{
color: #04DEFD;
}
</style>
background-color css
<style>
a { background-color: #04DEFD; }
a { background-color: rgb(4,222,253); }
div.DivClassName
{
background-color: #04DEFD;
}
.BgClassName
{
background-color: #04DEFD;
}
</style>
border-color css
<style>
span { border-color: #04DEFD; }
span { border-color: rgb(4,222,253); }
td.TdClassName
{
border-color: #04DEFD;
}
.TagClassName
{
border-color: #04DEFD;
}
</style>