Shades of Powder Blue #AAE1E5
Tints of Powder Blue #AAE1E5
RGB
CMYK
RGB Variations
Color information
#AAE1E5 (or 0xAAE1E5) is known color: Powder Blue. HEX triplet: AA, E1 and E5. RGB value is (170,225,229). Sum of RGB (Red+Green+Blue) = 170+225+229=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAE1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1E5 is #551E1A. Grayscale: #D0D0D0. Windows color (decimal): -5578267 or 15065514. OLE color: 15065514.
HSL color Cylindrical-coordinate representation of color #AAE1E5: hue angle of 184.07º 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 #AAE1E5 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 225 | 229 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.10 |
| HSL | 184.07º | 0.53% | 0.78% | - |
| HSV(B) | 184.07º | 0.26% | 0.9% | - |
| XYZ | 57.65 | 68.05 | 84.23 | - |
| YUV | 209.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 229 | 0.26 | 0.02 | 0 | 0.10 | 184.07 | 0.53 | 0.78 |
| Hex | AA | E1 | E5 | 1A | 2 | 0 | A | B8 | 35 | 4E |
| Octal | 252 | 341 | 345 | 32 | 2 | 0 | 12 | 270 | 65 | 116 |
| Binary | 10101010 | 11100001 | 11100101 | 11010 | 10 | 0 | 1010 | 10111000 | 110101 | 1001110 |
Color Harmonies of #AAE1E5
Complementary color
Monochromatic Colors of #AAE1E5
Black with #AAE1E5
Text Example
Text Example
White with #AAE1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1E5; }
p { color: rgb(170,225,229); }
H1.HeaderClassName
{
color: #AAE1E5;
}
.AnyTagClassName
{
color: #AAE1E5;
}
</style>
background-color css
<style>
a { background-color: #AAE1E5; }
a { background-color: rgb(170,225,229); }
div.DivClassName
{
background-color: #AAE1E5;
}
.BgClassName
{
background-color: #AAE1E5;
}
</style>
border-color css
<style>
span { border-color: #AAE1E5; }
span { border-color: rgb(170,225,229); }
td.TdClassName
{
border-color: #AAE1E5;
}
.TagClassName
{
border-color: #AAE1E5;
}
</style>