Shades of Deep Sky Blue #04AAE7
Tints of Deep Sky Blue #04AAE7
RGB
CMYK
RGB Variations
Color information
#04AAE7 (or 0x04AAE7) is known color: Deep Sky Blue. HEX triplet: 04, AA and E7. RGB value is (4,170,231). Sum of RGB (Red+Green+Blue) = 4+170+231=405 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 231 (90.62% from 255 or 57.04% from 405); Max value from RGB is 231 - color contains mainly: blue. Hex color #04AAE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AAE7 is #FB5518. Grayscale: #7E7E7E. Windows color (decimal): -16471321 or 15182340. OLE color: 15182340.
HSL color Cylindrical-coordinate representation of color #04AAE7: hue angle of 196.12º 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 #04AAE7 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 170 | 231 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.09 |
| HSL | 196.12º | 0.97% | 0.46% | - |
| HSV(B) | 196.12º | 0.98% | 0.91% | - |
| XYZ | 28.85 | 34.54 | 80.75 | - |
| YUV | 127.32 | 186.5 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 231 | 0.98 | 0.26 | 0 | 0.09 | 196.12 | 0.97 | 0.46 |
| Hex | 4 | AA | E7 | 62 | 1A | 0 | 9 | C4 | 61 | 2E |
| Octal | 4 | 252 | 347 | 142 | 32 | 0 | 11 | 304 | 141 | 56 |
| Binary | 100 | 10101010 | 11100111 | 1100010 | 11010 | 0 | 1001 | 11000100 | 1100001 | 101110 |
Color Harmonies of #04AAE7
Complementary color
Monochromatic Colors of #04AAE7
Black with #04AAE7
Text Example
Text Example
White with #04AAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AAE7; }
p { color: rgb(4,170,231); }
H1.HeaderClassName
{
color: #04AAE7;
}
.AnyTagClassName
{
color: #04AAE7;
}
</style>
background-color css
<style>
a { background-color: #04AAE7; }
a { background-color: rgb(4,170,231); }
div.DivClassName
{
background-color: #04AAE7;
}
.BgClassName
{
background-color: #04AAE7;
}
</style>
border-color css
<style>
span { border-color: #04AAE7; }
span { border-color: rgb(4,170,231); }
td.TdClassName
{
border-color: #04AAE7;
}
.TagClassName
{
border-color: #04AAE7;
}
</style>