Shades of Deep Sky Blue #04DAFA
Tints of Deep Sky Blue #04DAFA
RGB
CMYK
RGB Variations
Color information
#04DAFA (or 0x04DAFA) is known color: Deep Sky Blue. HEX triplet: 04, DA and FA. RGB value is (4,218,250). Sum of RGB (Red+Green+Blue) = 4+218+250=472 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #04DAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DAFA is #FB2505. Grayscale: #9D9D9D. Windows color (decimal): -16459014 or 16439812. OLE color: 16439812.
HSL color Cylindrical-coordinate representation of color #04DAFA: hue angle of 187.8º 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 #04DAFA is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 218 | 250 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.02 |
| HSL | 187.8º | 0.97% | 0.5% | - |
| HSV(B) | 187.8º | 0.98% | 0.98% | - |
| XYZ | 42.38 | 57.07 | 99.22 | - |
| YUV | 157.66 | 180.1 | 18.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 218 | 250 | 0.98 | 0.13 | 0 | 0.02 | 187.8 | 0.97 | 0.5 |
| Hex | 4 | DA | FA | 62 | D | 0 | 2 | BC | 61 | 32 |
| Octal | 4 | 332 | 372 | 142 | 15 | 0 | 2 | 274 | 141 | 62 |
| Binary | 100 | 11011010 | 11111010 | 1100010 | 1101 | 0 | 10 | 10111100 | 1100001 | 110010 |
Color Harmonies of #04DAFA
Complementary color
Monochromatic Colors of #04DAFA
Black with #04DAFA
Text Example
Text Example
White with #04DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DAFA; }
p { color: rgb(4,218,250); }
H1.HeaderClassName
{
color: #04DAFA;
}
.AnyTagClassName
{
color: #04DAFA;
}
</style>
background-color css
<style>
a { background-color: #04DAFA; }
a { background-color: rgb(4,218,250); }
div.DivClassName
{
background-color: #04DAFA;
}
.BgClassName
{
background-color: #04DAFA;
}
</style>
border-color css
<style>
span { border-color: #04DAFA; }
span { border-color: rgb(4,218,250); }
td.TdClassName
{
border-color: #04DAFA;
}
.TagClassName
{
border-color: #04DAFA;
}
</style>