Shades of Deep Sky Blue #04DDFC
Tints of Deep Sky Blue #04DDFC
RGB
CMYK
RGB Variations
Color information
#04DDFC (or 0x04DDFC) is known color: Deep Sky Blue. HEX triplet: 04, DD and FC. RGB value is (4,221,252). Sum of RGB (Red+Green+Blue) = 4+221+252=477 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #04DDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DDFC is #FB2203. Grayscale: #9F9F9F. Windows color (decimal): -16458244 or 16571652. OLE color: 16571652.
HSL color Cylindrical-coordinate representation of color #04DDFC: hue angle of 187.5º 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 #04DDFC is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 221 | 252 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.01 |
| HSL | 187.5º | 0.98% | 0.5% | - |
| HSV(B) | 187.5º | 0.98% | 0.99% | - |
| XYZ | 43.48 | 58.77 | 101.15 | - |
| YUV | 159.65 | 180.11 | 16.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 252 | 0.98 | 0.12 | 0 | 0.01 | 187.5 | 0.98 | 0.5 |
| Hex | 4 | DD | FC | 62 | C | 0 | 1 | BC | 62 | 32 |
| Octal | 4 | 335 | 374 | 142 | 14 | 0 | 1 | 274 | 142 | 62 |
| Binary | 100 | 11011101 | 11111100 | 1100010 | 1100 | 0 | 1 | 10111100 | 1100010 | 110010 |
Color Harmonies of #04DDFC
Complementary color
Monochromatic Colors of #04DDFC
Black with #04DDFC
Text Example
Text Example
White with #04DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDFC; }
p { color: rgb(4,221,252); }
H1.HeaderClassName
{
color: #04DDFC;
}
.AnyTagClassName
{
color: #04DDFC;
}
</style>
background-color css
<style>
a { background-color: #04DDFC; }
a { background-color: rgb(4,221,252); }
div.DivClassName
{
background-color: #04DDFC;
}
.BgClassName
{
background-color: #04DDFC;
}
</style>
border-color css
<style>
span { border-color: #04DDFC; }
span { border-color: rgb(4,221,252); }
td.TdClassName
{
border-color: #04DDFC;
}
.TagClassName
{
border-color: #04DDFC;
}
</style>