Shades of Powder Blue #AAE2E9
Tints of Powder Blue #AAE2E9
RGB
CMYK
RGB Variations
Color information
#AAE2E9 (or 0xAAE2E9) is known color: Powder Blue. HEX triplet: AA, E2 and E9. RGB value is (170,226,233). Sum of RGB (Red+Green+Blue) = 170+226+233=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAE2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2E9 is #551D16. Grayscale: #D1D1D1. Windows color (decimal): -5578007 or 15327914. OLE color: 15327914.
HSL color Cylindrical-coordinate representation of color #AAE2E9: hue angle of 186.67º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE2E9 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 226 | 233 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.09 |
| HSL | 186.67º | 0.59% | 0.79% | - |
| HSV(B) | 186.67º | 0.27% | 0.91% | - |
| XYZ | 58.48 | 68.82 | 87.29 | - |
| YUV | 210.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 233 | 0.27 | 0.03 | 0 | 0.09 | 186.67 | 0.59 | 0.79 |
| Hex | AA | E2 | E9 | 1B | 3 | 0 | 9 | BB | 3B | 4F |
| Octal | 252 | 342 | 351 | 33 | 3 | 0 | 11 | 273 | 73 | 117 |
| Binary | 10101010 | 11100010 | 11101001 | 11011 | 11 | 0 | 1001 | 10111011 | 111011 | 1001111 |
Color Harmonies of #AAE2E9
Complementary color
Monochromatic Colors of #AAE2E9
Black with #AAE2E9
Text Example
Text Example
White with #AAE2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2E9; }
p { color: rgb(170,226,233); }
H1.HeaderClassName
{
color: #AAE2E9;
}
.AnyTagClassName
{
color: #AAE2E9;
}
</style>
background-color css
<style>
a { background-color: #AAE2E9; }
a { background-color: rgb(170,226,233); }
div.DivClassName
{
background-color: #AAE2E9;
}
.BgClassName
{
background-color: #AAE2E9;
}
</style>
border-color css
<style>
span { border-color: #AAE2E9; }
span { border-color: rgb(170,226,233); }
td.TdClassName
{
border-color: #AAE2E9;
}
.TagClassName
{
border-color: #AAE2E9;
}
</style>