Shades of Deep Sky Blue #04DCFA
Tints of Deep Sky Blue #04DCFA
RGB
CMYK
RGB Variations
Color information
#04DCFA (or 0x04DCFA) is known color: Deep Sky Blue. HEX triplet: 04, DC and FA. RGB value is (4,220,250). Sum of RGB (Red+Green+Blue) = 4+220+250=474 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #04DCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCFA is #FB2305. Grayscale: #9E9E9E. Windows color (decimal): -16458502 or 16440324. OLE color: 16440324.
HSL color Cylindrical-coordinate representation of color #04DCFA: hue angle of 187.32º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCFA is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 220 | 250 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.02 |
| HSL | 187.32º | 0.97% | 0.5% | - |
| HSV(B) | 187.32º | 0.98% | 0.98% | - |
| XYZ | 42.9 | 58.11 | 99.4 | - |
| YUV | 158.84 | 179.44 | 17.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 250 | 0.98 | 0.12 | 0 | 0.02 | 187.32 | 0.97 | 0.5 |
| Hex | 4 | DC | FA | 62 | C | 0 | 2 | BB | 61 | 32 |
| Octal | 4 | 334 | 372 | 142 | 14 | 0 | 2 | 273 | 141 | 62 |
| Binary | 100 | 11011100 | 11111010 | 1100010 | 1100 | 0 | 10 | 10111011 | 1100001 | 110010 |
Color Harmonies of #04DCFA
Complementary color
Monochromatic Colors of #04DCFA
Black with #04DCFA
Text Example
Text Example
White with #04DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCFA; }
p { color: rgb(4,220,250); }
H1.HeaderClassName
{
color: #04DCFA;
}
.AnyTagClassName
{
color: #04DCFA;
}
</style>
background-color css
<style>
a { background-color: #04DCFA; }
a { background-color: rgb(4,220,250); }
div.DivClassName
{
background-color: #04DCFA;
}
.BgClassName
{
background-color: #04DCFA;
}
</style>
border-color css
<style>
span { border-color: #04DCFA; }
span { border-color: rgb(4,220,250); }
td.TdClassName
{
border-color: #04DCFA;
}
.TagClassName
{
border-color: #04DCFA;
}
</style>