Shades of Deep Sky Blue #00AAE9
Tints of Deep Sky Blue #00AAE9
RGB
CMYK
RGB Variations
Color information
#00AAE9 (or 0x00AAE9) is known color: Deep Sky Blue. HEX triplet: 00, AA and E9. RGB value is (0,170,233). Sum of RGB (Red+Green+Blue) = 0+170+233=403 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 233 (91.41% from 255 or 57.82% from 403); Max value from RGB is 233 - color contains mainly: blue. Hex color #00AAE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AAE9 is #FF5516. Grayscale: #7D7D7D. Windows color (decimal): -16733463 or 15313408. OLE color: 15313408.
HSL color Cylindrical-coordinate representation of color #00AAE9: hue angle of 196.22º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAE9 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 170 | 233 | - |
| CMYK | 1 | 0.27 | 0 | 0.09 |
| HSL | 196.22º | 1% | 0.46% | - |
| HSV(B) | 196.22º | 1% | 0.91% | - |
| XYZ | 29.08 | 34.63 | 82.24 | - |
| YUV | 126.35 | 188.18 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 233 | 1 | 0.27 | 0 | 0.09 | 196.22 | 1 | 0.46 |
| Hex | 0 | AA | E9 | 64 | 1B | 0 | 9 | C4 | 64 | 2E |
| Octal | 0 | 252 | 351 | 144 | 33 | 0 | 11 | 304 | 144 | 56 |
| Binary | 0 | 10101010 | 11101001 | 1100100 | 11011 | 0 | 1001 | 11000100 | 1100100 | 101110 |
Color Harmonies of #00AAE9
Complementary color
Monochromatic Colors of #00AAE9
Black with #00AAE9
Text Example
Text Example
White with #00AAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAE9; }
p { color: rgb(0,170,233); }
H1.HeaderClassName
{
color: #00AAE9;
}
.AnyTagClassName
{
color: #00AAE9;
}
</style>
background-color css
<style>
a { background-color: #00AAE9; }
a { background-color: rgb(0,170,233); }
div.DivClassName
{
background-color: #00AAE9;
}
.BgClassName
{
background-color: #00AAE9;
}
</style>
border-color css
<style>
span { border-color: #00AAE9; }
span { border-color: rgb(0,170,233); }
td.TdClassName
{
border-color: #00AAE9;
}
.TagClassName
{
border-color: #00AAE9;
}
</style>