Shades of Deep Sky Blue #04DFFF
Tints of Deep Sky Blue #04DFFF
RGB
CMYK
RGB Variations
Color information
#04DFFF (or 0x04DFFF) is known color: Deep Sky Blue. HEX triplet: 04, DF and FF. RGB value is (4,223,255). Sum of RGB (Red+Green+Blue) = 4+223+255=482 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #04DFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DFFF is #FB2000. Grayscale: #A0A0A0. Windows color (decimal): -16457729 or 16768772. OLE color: 16768772.
HSL color Cylindrical-coordinate representation of color #04DFFF: hue angle of 187.65º 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 #04DFFF is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 223 | 255 | - |
| CMYK | 0.98 | 0.13 | 0 | 0 |
| HSL | 187.65º | 1% | 0.51% | - |
| HSV(B) | 187.65º | 0.98% | 1% | - |
| XYZ | 44.49 | 60.02 | 103.85 | - |
| YUV | 161.17 | 180.95 | 15.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 255 | 0.98 | 0.13 | 0 | 0 | 187.65 | 1 | 0.51 |
| Hex | 4 | DF | FF | 62 | D | 0 | 0 | BC | 64 | 33 |
| Octal | 4 | 337 | 377 | 142 | 15 | 0 | 0 | 274 | 144 | 63 |
| Binary | 100 | 11011111 | 11111111 | 1100010 | 1101 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #04DFFF
Complementary color
Monochromatic Colors of #04DFFF
Black with #04DFFF
Text Example
Text Example
White with #04DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DFFF; }
p { color: rgb(4,223,255); }
H1.HeaderClassName
{
color: #04DFFF;
}
.AnyTagClassName
{
color: #04DFFF;
}
</style>
background-color css
<style>
a { background-color: #04DFFF; }
a { background-color: rgb(4,223,255); }
div.DivClassName
{
background-color: #04DFFF;
}
.BgClassName
{
background-color: #04DFFF;
}
</style>
border-color css
<style>
span { border-color: #04DFFF; }
span { border-color: rgb(4,223,255); }
td.TdClassName
{
border-color: #04DFFF;
}
.TagClassName
{
border-color: #04DFFF;
}
</style>