Shades of Powder Blue #AAE2EA
Tints of Powder Blue #AAE2EA
RGB
CMYK
RGB Variations
Color information
#AAE2EA (or 0xAAE2EA) is known color: Powder Blue. HEX triplet: AA, E2 and EA. RGB value is (170,226,234). Sum of RGB (Red+Green+Blue) = 170+226+234=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAE2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2EA is #551D15. Grayscale: #D2D2D2. Windows color (decimal): -5578006 or 15393450. OLE color: 15393450.
HSL color Cylindrical-coordinate representation of color #AAE2EA: hue angle of 187.5º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE2EA is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 226 | 234 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.08 |
| HSL | 187.5º | 0.6% | 0.79% | - |
| HSV(B) | 187.5º | 0.27% | 0.92% | - |
| XYZ | 58.63 | 68.88 | 88.05 | - |
| YUV | 210.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 234 | 0.27 | 0.03 | 0 | 0.08 | 187.5 | 0.6 | 0.79 |
| Hex | AA | E2 | EA | 1B | 3 | 0 | 8 | BC | 3C | 4F |
| Octal | 252 | 342 | 352 | 33 | 3 | 0 | 10 | 274 | 74 | 117 |
| Binary | 10101010 | 11100010 | 11101010 | 11011 | 11 | 0 | 1000 | 10111100 | 111100 | 1001111 |
Color Harmonies of #AAE2EA
Complementary color
Monochromatic Colors of #AAE2EA
Black with #AAE2EA
Text Example
Text Example
White with #AAE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2EA; }
p { color: rgb(170,226,234); }
H1.HeaderClassName
{
color: #AAE2EA;
}
.AnyTagClassName
{
color: #AAE2EA;
}
</style>
background-color css
<style>
a { background-color: #AAE2EA; }
a { background-color: rgb(170,226,234); }
div.DivClassName
{
background-color: #AAE2EA;
}
.BgClassName
{
background-color: #AAE2EA;
}
</style>
border-color css
<style>
span { border-color: #AAE2EA; }
span { border-color: rgb(170,226,234); }
td.TdClassName
{
border-color: #AAE2EA;
}
.TagClassName
{
border-color: #AAE2EA;
}
</style>