Shades of Deep Sky Blue #04DCFE
Tints of Deep Sky Blue #04DCFE
RGB
CMYK
RGB Variations
Color information
#04DCFE (or 0x04DCFE) is known color: Deep Sky Blue. HEX triplet: 04, DC and FE. RGB value is (4,220,254). Sum of RGB (Red+Green+Blue) = 4+220+254=478 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #04DCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCFE is #FB2301. Grayscale: #9E9E9E. Windows color (decimal): -16458498 or 16702468. OLE color: 16702468.
HSL color Cylindrical-coordinate representation of color #04DCFE: hue angle of 188.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCFE is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 220 | 254 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.00 |
| HSL | 188.16º | 0.99% | 0.51% | - |
| HSV(B) | 188.16º | 0.98% | 1% | - |
| XYZ | 43.53 | 58.37 | 102.74 | - |
| YUV | 159.29 | 181.44 | 17.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 254 | 0.98 | 0.13 | 0 | 0.00 | 188.16 | 0.99 | 0.51 |
| Hex | 4 | DC | FE | 62 | D | 0 | 0 | BC | 63 | 33 |
| Octal | 4 | 334 | 376 | 142 | 15 | 0 | 0 | 274 | 143 | 63 |
| Binary | 100 | 11011100 | 11111110 | 1100010 | 1101 | 0 | 0 | 10111100 | 1100011 | 110011 |
Color Harmonies of #04DCFE
Complementary color
Monochromatic Colors of #04DCFE
Black with #04DCFE
Text Example
Text Example
White with #04DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCFE; }
p { color: rgb(4,220,254); }
H1.HeaderClassName
{
color: #04DCFE;
}
.AnyTagClassName
{
color: #04DCFE;
}
</style>
background-color css
<style>
a { background-color: #04DCFE; }
a { background-color: rgb(4,220,254); }
div.DivClassName
{
background-color: #04DCFE;
}
.BgClassName
{
background-color: #04DCFE;
}
</style>
border-color css
<style>
span { border-color: #04DCFE; }
span { border-color: rgb(4,220,254); }
td.TdClassName
{
border-color: #04DCFE;
}
.TagClassName
{
border-color: #04DCFE;
}
</style>