Shades of Powder Blue #AAE0E5
Tints of Powder Blue #AAE0E5
RGB
CMYK
RGB Variations
Color information
#AAE0E5 (or 0xAAE0E5) is known color: Powder Blue. HEX triplet: AA, E0 and E5. RGB value is (170,224,229). Sum of RGB (Red+Green+Blue) = 170+224+229=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAE0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0E5 is #551F1A. Grayscale: #D0D0D0. Windows color (decimal): -5578523 or 15065258. OLE color: 15065258.
HSL color Cylindrical-coordinate representation of color #AAE0E5: hue angle of 185.08º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE0E5 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 224 | 229 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.10 |
| HSL | 185.08º | 0.53% | 0.78% | - |
| HSV(B) | 185.08º | 0.26% | 0.9% | - |
| XYZ | 57.38 | 67.51 | 84.14 | - |
| YUV | 208.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 229 | 0.26 | 0.02 | 0 | 0.10 | 185.08 | 0.53 | 0.78 |
| Hex | AA | E0 | E5 | 1A | 2 | 0 | A | B9 | 35 | 4E |
| Octal | 252 | 340 | 345 | 32 | 2 | 0 | 12 | 271 | 65 | 116 |
| Binary | 10101010 | 11100000 | 11100101 | 11010 | 10 | 0 | 1010 | 10111001 | 110101 | 1001110 |
Color Harmonies of #AAE0E5
Complementary color
Monochromatic Colors of #AAE0E5
Black with #AAE0E5
Text Example
Text Example
White with #AAE0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0E5; }
p { color: rgb(170,224,229); }
H1.HeaderClassName
{
color: #AAE0E5;
}
.AnyTagClassName
{
color: #AAE0E5;
}
</style>
background-color css
<style>
a { background-color: #AAE0E5; }
a { background-color: rgb(170,224,229); }
div.DivClassName
{
background-color: #AAE0E5;
}
.BgClassName
{
background-color: #AAE0E5;
}
</style>
border-color css
<style>
span { border-color: #AAE0E5; }
span { border-color: rgb(170,224,229); }
td.TdClassName
{
border-color: #AAE0E5;
}
.TagClassName
{
border-color: #AAE0E5;
}
</style>