Shades of Deep Sky Blue #04ACE9
Tints of Deep Sky Blue #04ACE9
RGB
CMYK
RGB Variations
Color information
#04ACE9 (or 0x04ACE9) is known color: Deep Sky Blue. HEX triplet: 04, AC and E9. RGB value is (4,172,233). Sum of RGB (Red+Green+Blue) = 4+172+233=409 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #04ACE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ACE9 is #FB5316. Grayscale: #808080. Windows color (decimal): -16470807 or 15313924. OLE color: 15313924.
HSL color Cylindrical-coordinate representation of color #04ACE9: hue angle of 195.98º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ACE9 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 172 | 233 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.09 |
| HSL | 195.98º | 0.97% | 0.46% | - |
| HSV(B) | 195.98º | 0.98% | 0.91% | - |
| XYZ | 29.51 | 35.41 | 82.37 | - |
| YUV | 128.72 | 186.84 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 233 | 0.98 | 0.26 | 0 | 0.09 | 195.98 | 0.97 | 0.46 |
| Hex | 4 | AC | E9 | 62 | 1A | 0 | 9 | C4 | 61 | 2E |
| Octal | 4 | 254 | 351 | 142 | 32 | 0 | 11 | 304 | 141 | 56 |
| Binary | 100 | 10101100 | 11101001 | 1100010 | 11010 | 0 | 1001 | 11000100 | 1100001 | 101110 |
Color Harmonies of #04ACE9
Complementary color
Monochromatic Colors of #04ACE9
Black with #04ACE9
Text Example
Text Example
White with #04ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ACE9; }
p { color: rgb(4,172,233); }
H1.HeaderClassName
{
color: #04ACE9;
}
.AnyTagClassName
{
color: #04ACE9;
}
</style>
background-color css
<style>
a { background-color: #04ACE9; }
a { background-color: rgb(4,172,233); }
div.DivClassName
{
background-color: #04ACE9;
}
.BgClassName
{
background-color: #04ACE9;
}
</style>
border-color css
<style>
span { border-color: #04ACE9; }
span { border-color: rgb(4,172,233); }
td.TdClassName
{
border-color: #04ACE9;
}
.TagClassName
{
border-color: #04ACE9;
}
</style>