Shades of Deep Sky Blue #04DDFD
Tints of Deep Sky Blue #04DDFD
RGB
CMYK
RGB Variations
Color information
#04DDFD (or 0x04DDFD) is known color: Deep Sky Blue. HEX triplet: 04, DD and FD. RGB value is (4,221,253). Sum of RGB (Red+Green+Blue) = 4+221+253=478 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #04DDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DDFD is #FB2202. Grayscale: #9F9F9F. Windows color (decimal): -16458243 or 16637188. OLE color: 16637188.
HSL color Cylindrical-coordinate representation of color #04DDFD: hue angle of 187.71º 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 #04DDFD is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 221 | 253 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.01 |
| HSL | 187.71º | 0.98% | 0.5% | - |
| HSV(B) | 187.71º | 0.98% | 0.99% | - |
| XYZ | 43.64 | 58.83 | 101.98 | - |
| YUV | 159.77 | 180.61 | 16.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 253 | 0.98 | 0.13 | 0 | 0.01 | 187.71 | 0.98 | 0.5 |
| Hex | 4 | DD | FD | 62 | D | 0 | 1 | BC | 62 | 32 |
| Octal | 4 | 335 | 375 | 142 | 15 | 0 | 1 | 274 | 142 | 62 |
| Binary | 100 | 11011101 | 11111101 | 1100010 | 1101 | 0 | 1 | 10111100 | 1100010 | 110010 |
Color Harmonies of #04DDFD
Complementary color
Monochromatic Colors of #04DDFD
Black with #04DDFD
Text Example
Text Example
White with #04DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDFD; }
p { color: rgb(4,221,253); }
H1.HeaderClassName
{
color: #04DDFD;
}
.AnyTagClassName
{
color: #04DDFD;
}
</style>
background-color css
<style>
a { background-color: #04DDFD; }
a { background-color: rgb(4,221,253); }
div.DivClassName
{
background-color: #04DDFD;
}
.BgClassName
{
background-color: #04DDFD;
}
</style>
border-color css
<style>
span { border-color: #04DDFD; }
span { border-color: rgb(4,221,253); }
td.TdClassName
{
border-color: #04DDFD;
}
.TagClassName
{
border-color: #04DDFD;
}
</style>