Shades of Deep Sky Blue #04DCFF
Tints of Deep Sky Blue #04DCFF
RGB
CMYK
RGB Variations
Color information
#04DCFF (or 0x04DCFF) is known color: Deep Sky Blue. HEX triplet: 04, DC and FF. RGB value is (4,220,255). Sum of RGB (Red+Green+Blue) = 4+220+255=479 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #04DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCFF is #FB2300. Grayscale: #9F9F9F. Windows color (decimal): -16458497 or 16768004. OLE color: 16768004.
HSL color Cylindrical-coordinate representation of color #04DCFF: hue angle of 188.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCFF is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 220 | 255 | - |
| CMYK | 0.98 | 0.14 | 0 | 0 |
| HSL | 188.37º | 1% | 0.51% | - |
| HSV(B) | 188.37º | 0.98% | 1% | - |
| XYZ | 43.69 | 58.43 | 103.58 | - |
| YUV | 159.41 | 181.94 | 17.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 255 | 0.98 | 0.14 | 0 | 0 | 188.37 | 1 | 0.51 |
| Hex | 4 | DC | FF | 62 | E | 0 | 0 | BC | 64 | 33 |
| Octal | 4 | 334 | 377 | 142 | 16 | 0 | 0 | 274 | 144 | 63 |
| Binary | 100 | 11011100 | 11111111 | 1100010 | 1110 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #04DCFF
Complementary color
Monochromatic Colors of #04DCFF
Black with #04DCFF
Text Example
Text Example
White with #04DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCFF; }
p { color: rgb(4,220,255); }
H1.HeaderClassName
{
color: #04DCFF;
}
.AnyTagClassName
{
color: #04DCFF;
}
</style>
background-color css
<style>
a { background-color: #04DCFF; }
a { background-color: rgb(4,220,255); }
div.DivClassName
{
background-color: #04DCFF;
}
.BgClassName
{
background-color: #04DCFF;
}
</style>
border-color css
<style>
span { border-color: #04DCFF; }
span { border-color: rgb(4,220,255); }
td.TdClassName
{
border-color: #04DCFF;
}
.TagClassName
{
border-color: #04DCFF;
}
</style>