Shades of Powder Blue #AAE1DE
Tints of Powder Blue #AAE1DE
RGB
CMYK
RGB Variations
Color information
#AAE1DE (or 0xAAE1DE) is known color: Powder Blue. HEX triplet: AA, E1 and DE. RGB value is (170,225,222). Sum of RGB (Red+Green+Blue) = 170+225+222=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1DE is #551E21. Grayscale: #D0D0D0. Windows color (decimal): -5578274 or 14606762. OLE color: 14606762.
HSL color Cylindrical-coordinate representation of color #AAE1DE: hue angle of 176.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1DE is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 222 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.12 |
| HSL | 176.73º | 0.48% | 0.77% | - |
| HSV(B) | 176.73º | 0.24% | 0.88% | - |
| XYZ | 56.69 | 67.67 | 79.18 | - |
| YUV | 208.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 222 | 0.24 | 0 | 0.01 | 0.12 | 176.73 | 0.48 | 0.77 |
| Hex | AA | E1 | DE | 18 | 0 | 1 | C | B1 | 30 | 4D |
| Octal | 252 | 341 | 336 | 30 | 0 | 1 | 14 | 261 | 60 | 115 |
| Binary | 10101010 | 11100001 | 11011110 | 11000 | 0 | 1 | 1100 | 10110001 | 110000 | 1001101 |
Color Harmonies of #AAE1DE
Complementary color
Monochromatic Colors of #AAE1DE
Black with #AAE1DE
Text Example
Text Example
White with #AAE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1DE; }
p { color: rgb(170,225,222); }
H1.HeaderClassName
{
color: #AAE1DE;
}
.AnyTagClassName
{
color: #AAE1DE;
}
</style>
background-color css
<style>
a { background-color: #AAE1DE; }
a { background-color: rgb(170,225,222); }
div.DivClassName
{
background-color: #AAE1DE;
}
.BgClassName
{
background-color: #AAE1DE;
}
</style>
border-color css
<style>
span { border-color: #AAE1DE; }
span { border-color: rgb(170,225,222); }
td.TdClassName
{
border-color: #AAE1DE;
}
.TagClassName
{
border-color: #AAE1DE;
}
</style>