Shades of Deep Sky Blue #04ACE5
Tints of Deep Sky Blue #04ACE5
RGB
CMYK
RGB Variations
Color information
#04ACE5 (or 0x04ACE5) is known color: Deep Sky Blue. HEX triplet: 04, AC and E5. RGB value is (4,172,229). Sum of RGB (Red+Green+Blue) = 4+172+229=405 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #04ACE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACE5 is #FB531A. Grayscale: #7F7F7F. Windows color (decimal): -16470811 or 15051780. OLE color: 15051780.
HSL color Cylindrical-coordinate representation of color #04ACE5: hue angle of 195.2º 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 #04ACE5 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 172 | 229 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.10 |
| HSL | 195.2º | 0.97% | 0.46% | - |
| HSV(B) | 195.2º | 0.98% | 0.9% | - |
| XYZ | 28.95 | 35.19 | 79.4 | - |
| YUV | 128.27 | 184.84 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 229 | 0.98 | 0.25 | 0 | 0.10 | 195.2 | 0.97 | 0.46 |
| Hex | 4 | AC | E5 | 62 | 19 | 0 | A | C3 | 61 | 2E |
| Octal | 4 | 254 | 345 | 142 | 31 | 0 | 12 | 303 | 141 | 56 |
| Binary | 100 | 10101100 | 11100101 | 1100010 | 11001 | 0 | 1010 | 11000011 | 1100001 | 101110 |
Color Harmonies of #04ACE5
Complementary color
Monochromatic Colors of #04ACE5
Black with #04ACE5
Text Example
Text Example
White with #04ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ACE5; }
p { color: rgb(4,172,229); }
H1.HeaderClassName
{
color: #04ACE5;
}
.AnyTagClassName
{
color: #04ACE5;
}
</style>
background-color css
<style>
a { background-color: #04ACE5; }
a { background-color: rgb(4,172,229); }
div.DivClassName
{
background-color: #04ACE5;
}
.BgClassName
{
background-color: #04ACE5;
}
</style>
border-color css
<style>
span { border-color: #04ACE5; }
span { border-color: rgb(4,172,229); }
td.TdClassName
{
border-color: #04ACE5;
}
.TagClassName
{
border-color: #04ACE5;
}
</style>