Shades of Deep Sky Blue #04AAE6
Tints of Deep Sky Blue #04AAE6
RGB
CMYK
RGB Variations
Color information
#04AAE6 (or 0x04AAE6) is known color: Deep Sky Blue. HEX triplet: 04, AA and E6. RGB value is (4,170,230). Sum of RGB (Red+Green+Blue) = 4+170+230=404 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 230 (90.23% from 255 or 56.93% from 404); Max value from RGB is 230 - color contains mainly: blue. Hex color #04AAE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AAE6 is #FB5519. Grayscale: #7E7E7E. Windows color (decimal): -16471322 or 15116804. OLE color: 15116804.
HSL color Cylindrical-coordinate representation of color #04AAE6: hue angle of 195.93º 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 #04AAE6 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 170 | 230 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.10 |
| HSL | 195.93º | 0.97% | 0.46% | - |
| HSV(B) | 195.93º | 0.98% | 0.9% | - |
| XYZ | 28.71 | 34.49 | 80.01 | - |
| YUV | 127.21 | 186 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 230 | 0.98 | 0.26 | 0 | 0.10 | 195.93 | 0.97 | 0.46 |
| Hex | 4 | AA | E6 | 62 | 1A | 0 | A | C4 | 61 | 2E |
| Octal | 4 | 252 | 346 | 142 | 32 | 0 | 12 | 304 | 141 | 56 |
| Binary | 100 | 10101010 | 11100110 | 1100010 | 11010 | 0 | 1010 | 11000100 | 1100001 | 101110 |
Color Harmonies of #04AAE6
Complementary color
Monochromatic Colors of #04AAE6
Black with #04AAE6
Text Example
Text Example
White with #04AAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AAE6; }
p { color: rgb(4,170,230); }
H1.HeaderClassName
{
color: #04AAE6;
}
.AnyTagClassName
{
color: #04AAE6;
}
</style>
background-color css
<style>
a { background-color: #04AAE6; }
a { background-color: rgb(4,170,230); }
div.DivClassName
{
background-color: #04AAE6;
}
.BgClassName
{
background-color: #04AAE6;
}
</style>
border-color css
<style>
span { border-color: #04AAE6; }
span { border-color: rgb(4,170,230); }
td.TdClassName
{
border-color: #04AAE6;
}
.TagClassName
{
border-color: #04AAE6;
}
</style>