Shades of Deep Sky Blue #04ACE6
Tints of Deep Sky Blue #04ACE6
RGB
CMYK
RGB Variations
Color information
#04ACE6 (or 0x04ACE6) is known color: Deep Sky Blue. HEX triplet: 04, AC and E6. RGB value is (4,172,230). Sum of RGB (Red+Green+Blue) = 4+172+230=406 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #04ACE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ACE6 is #FB5319. Grayscale: #7F7F7F. Windows color (decimal): -16470810 or 15117316. OLE color: 15117316.
HSL color Cylindrical-coordinate representation of color #04ACE6: hue angle of 195.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ACE6 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 172 | 230 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.10 |
| HSL | 195.4º | 0.97% | 0.46% | - |
| HSV(B) | 195.4º | 0.98% | 0.9% | - |
| XYZ | 29.09 | 35.24 | 80.13 | - |
| YUV | 128.38 | 185.34 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 230 | 0.98 | 0.25 | 0 | 0.10 | 195.4 | 0.97 | 0.46 |
| Hex | 4 | AC | E6 | 62 | 19 | 0 | A | C3 | 61 | 2E |
| Octal | 4 | 254 | 346 | 142 | 31 | 0 | 12 | 303 | 141 | 56 |
| Binary | 100 | 10101100 | 11100110 | 1100010 | 11001 | 0 | 1010 | 11000011 | 1100001 | 101110 |
Color Harmonies of #04ACE6
Complementary color
Monochromatic Colors of #04ACE6
Black with #04ACE6
Text Example
Text Example
White with #04ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ACE6; }
p { color: rgb(4,172,230); }
H1.HeaderClassName
{
color: #04ACE6;
}
.AnyTagClassName
{
color: #04ACE6;
}
</style>
background-color css
<style>
a { background-color: #04ACE6; }
a { background-color: rgb(4,172,230); }
div.DivClassName
{
background-color: #04ACE6;
}
.BgClassName
{
background-color: #04ACE6;
}
</style>
border-color css
<style>
span { border-color: #04ACE6; }
span { border-color: rgb(4,172,230); }
td.TdClassName
{
border-color: #04ACE6;
}
.TagClassName
{
border-color: #04ACE6;
}
</style>