Shades of Powder Blue #AAE2E5
Tints of Powder Blue #AAE2E5
RGB
CMYK
RGB Variations
Color information
#AAE2E5 (or 0xAAE2E5) is known color: Powder Blue. HEX triplet: AA, E2 and E5. RGB value is (170,226,229). Sum of RGB (Red+Green+Blue) = 170+226+229=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAE2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2E5 is #551D1A. Grayscale: #D1D1D1. Windows color (decimal): -5578011 or 15065770. OLE color: 15065770.
HSL color Cylindrical-coordinate representation of color #AAE2E5: hue angle of 183.05º 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 #AAE2E5 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 226 | 229 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.10 |
| HSL | 183.05º | 0.53% | 0.78% | - |
| HSV(B) | 183.05º | 0.26% | 0.9% | - |
| XYZ | 57.92 | 68.6 | 84.32 | - |
| YUV | 209.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 229 | 0.26 | 0.01 | 0 | 0.10 | 183.05 | 0.53 | 0.78 |
| Hex | AA | E2 | E5 | 1A | 1 | 0 | A | B7 | 35 | 4E |
| Octal | 252 | 342 | 345 | 32 | 1 | 0 | 12 | 267 | 65 | 116 |
| Binary | 10101010 | 11100010 | 11100101 | 11010 | 1 | 0 | 1010 | 10110111 | 110101 | 1001110 |
Color Harmonies of #AAE2E5
Complementary color
Monochromatic Colors of #AAE2E5
Black with #AAE2E5
Text Example
Text Example
White with #AAE2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2E5; }
p { color: rgb(170,226,229); }
H1.HeaderClassName
{
color: #AAE2E5;
}
.AnyTagClassName
{
color: #AAE2E5;
}
</style>
background-color css
<style>
a { background-color: #AAE2E5; }
a { background-color: rgb(170,226,229); }
div.DivClassName
{
background-color: #AAE2E5;
}
.BgClassName
{
background-color: #AAE2E5;
}
</style>
border-color css
<style>
span { border-color: #AAE2E5; }
span { border-color: rgb(170,226,229); }
td.TdClassName
{
border-color: #AAE2E5;
}
.TagClassName
{
border-color: #AAE2E5;
}
</style>