Shades of Deep Sky Blue #04A0EA
Tints of Deep Sky Blue #04A0EA
RGB
CMYK
RGB Variations
Color information
#04A0EA (or 0x04A0EA) is known color: Deep Sky Blue. HEX triplet: 04, A0 and EA. RGB value is (4,160,234). Sum of RGB (Red+Green+Blue) = 4+160+234=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #04A0EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A0EA is #FB5F15. Grayscale: #797979. Windows color (decimal): -16473878 or 15376388. OLE color: 15376388.
HSL color Cylindrical-coordinate representation of color #04A0EA: hue angle of 199.3º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A0EA is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 160 | 234 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.08 |
| HSL | 199.3º | 0.97% | 0.47% | - |
| HSV(B) | 199.3º | 0.98% | 0.92% | - |
| XYZ | 27.47 | 31.11 | 82.4 | - |
| YUV | 121.79 | 191.32 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 234 | 0.98 | 0.32 | 0 | 0.08 | 199.3 | 0.97 | 0.47 |
| Hex | 4 | A0 | EA | 62 | 20 | 0 | 8 | C7 | 61 | 2F |
| Octal | 4 | 240 | 352 | 142 | 40 | 0 | 10 | 307 | 141 | 57 |
| Binary | 100 | 10100000 | 11101010 | 1100010 | 100000 | 0 | 1000 | 11000111 | 1100001 | 101111 |
Color Harmonies of #04A0EA
Complementary color
Monochromatic Colors of #04A0EA
Black with #04A0EA
Text Example
Text Example
White with #04A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A0EA; }
p { color: rgb(4,160,234); }
H1.HeaderClassName
{
color: #04A0EA;
}
.AnyTagClassName
{
color: #04A0EA;
}
</style>
background-color css
<style>
a { background-color: #04A0EA; }
a { background-color: rgb(4,160,234); }
div.DivClassName
{
background-color: #04A0EA;
}
.BgClassName
{
background-color: #04A0EA;
}
</style>
border-color css
<style>
span { border-color: #04A0EA; }
span { border-color: rgb(4,160,234); }
td.TdClassName
{
border-color: #04A0EA;
}
.TagClassName
{
border-color: #04A0EA;
}
</style>