Shades of Deep Sky Blue #04DDFF
Tints of Deep Sky Blue #04DDFF
RGB
CMYK
RGB Variations
Color information
#04DDFF (or 0x04DDFF) is known color: Deep Sky Blue. HEX triplet: 04, DD and FF. RGB value is (4,221,255). Sum of RGB (Red+Green+Blue) = 4+221+255=480 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #04DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DDFF is #FB2200. Grayscale: #9F9F9F. Windows color (decimal): -16458241 or 16768260. OLE color: 16768260.
HSL color Cylindrical-coordinate representation of color #04DDFF: hue angle of 188.13º 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 #04DDFF is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 221 | 255 | - |
| CMYK | 0.98 | 0.13 | 0 | 0 |
| HSL | 188.13º | 1% | 0.51% | - |
| HSV(B) | 188.13º | 0.98% | 1% | - |
| XYZ | 43.96 | 58.96 | 103.67 | - |
| YUV | 159.99 | 181.61 | 16.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 255 | 0.98 | 0.13 | 0 | 0 | 188.13 | 1 | 0.51 |
| Hex | 4 | DD | FF | 62 | D | 0 | 0 | BC | 64 | 33 |
| Octal | 4 | 335 | 377 | 142 | 15 | 0 | 0 | 274 | 144 | 63 |
| Binary | 100 | 11011101 | 11111111 | 1100010 | 1101 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #04DDFF
Complementary color
Monochromatic Colors of #04DDFF
Black with #04DDFF
Text Example
Text Example
White with #04DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDFF; }
p { color: rgb(4,221,255); }
H1.HeaderClassName
{
color: #04DDFF;
}
.AnyTagClassName
{
color: #04DDFF;
}
</style>
background-color css
<style>
a { background-color: #04DDFF; }
a { background-color: rgb(4,221,255); }
div.DivClassName
{
background-color: #04DDFF;
}
.BgClassName
{
background-color: #04DDFF;
}
</style>
border-color css
<style>
span { border-color: #04DDFF; }
span { border-color: rgb(4,221,255); }
td.TdClassName
{
border-color: #04DDFF;
}
.TagClassName
{
border-color: #04DDFF;
}
</style>