Shades of Powder Blue #AAE0E9
Tints of Powder Blue #AAE0E9
RGB
CMYK
RGB Variations
Color information
#AAE0E9 (or 0xAAE0E9) is known color: Powder Blue. HEX triplet: AA, E0 and E9. RGB value is (170,224,233). Sum of RGB (Red+Green+Blue) = 170+224+233=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAE0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0E9 is #551F16. Grayscale: #D0D0D0. Windows color (decimal): -5578519 or 15327402. OLE color: 15327402.
HSL color Cylindrical-coordinate representation of color #AAE0E9: hue angle of 188.57º 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 #AAE0E9 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 224 | 233 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.09 |
| HSL | 188.57º | 0.59% | 0.79% | - |
| HSV(B) | 188.57º | 0.27% | 0.91% | - |
| XYZ | 57.94 | 67.74 | 87.11 | - |
| YUV | 208.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 233 | 0.27 | 0.04 | 0 | 0.09 | 188.57 | 0.59 | 0.79 |
| Hex | AA | E0 | E9 | 1B | 4 | 0 | 9 | BD | 3B | 4F |
| Octal | 252 | 340 | 351 | 33 | 4 | 0 | 11 | 275 | 73 | 117 |
| Binary | 10101010 | 11100000 | 11101001 | 11011 | 100 | 0 | 1001 | 10111101 | 111011 | 1001111 |
Color Harmonies of #AAE0E9
Complementary color
Monochromatic Colors of #AAE0E9
Black with #AAE0E9
Text Example
Text Example
White with #AAE0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0E9; }
p { color: rgb(170,224,233); }
H1.HeaderClassName
{
color: #AAE0E9;
}
.AnyTagClassName
{
color: #AAE0E9;
}
</style>
background-color css
<style>
a { background-color: #AAE0E9; }
a { background-color: rgb(170,224,233); }
div.DivClassName
{
background-color: #AAE0E9;
}
.BgClassName
{
background-color: #AAE0E9;
}
</style>
border-color css
<style>
span { border-color: #AAE0E9; }
span { border-color: rgb(170,224,233); }
td.TdClassName
{
border-color: #AAE0E9;
}
.TagClassName
{
border-color: #AAE0E9;
}
</style>