Shades of Powder Blue #AAE5EA
Tints of Powder Blue #AAE5EA
RGB
CMYK
RGB Variations
Color information
#AAE5EA (or 0xAAE5EA) is known color: Powder Blue. HEX triplet: AA, E5 and EA. RGB value is (170,229,234). Sum of RGB (Red+Green+Blue) = 170+229+234=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5EA is #551A15. Grayscale: #D3D3D3. Windows color (decimal): -5577238 or 15394218. OLE color: 15394218.
HSL color Cylindrical-coordinate representation of color #AAE5EA: hue angle of 184.69º 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 #AAE5EA is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 229 | 234 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.08 |
| HSL | 184.69º | 0.6% | 0.79% | - |
| HSV(B) | 184.69º | 0.27% | 0.92% | - |
| XYZ | 59.45 | 70.53 | 88.32 | - |
| YUV | 211.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 234 | 0.27 | 0.02 | 0 | 0.08 | 184.69 | 0.6 | 0.79 |
| Hex | AA | E5 | EA | 1B | 2 | 0 | 8 | B9 | 3C | 4F |
| Octal | 252 | 345 | 352 | 33 | 2 | 0 | 10 | 271 | 74 | 117 |
| Binary | 10101010 | 11100101 | 11101010 | 11011 | 10 | 0 | 1000 | 10111001 | 111100 | 1001111 |
Color Harmonies of #AAE5EA
Complementary color
Monochromatic Colors of #AAE5EA
Black with #AAE5EA
Text Example
Text Example
White with #AAE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5EA; }
p { color: rgb(170,229,234); }
H1.HeaderClassName
{
color: #AAE5EA;
}
.AnyTagClassName
{
color: #AAE5EA;
}
</style>
background-color css
<style>
a { background-color: #AAE5EA; }
a { background-color: rgb(170,229,234); }
div.DivClassName
{
background-color: #AAE5EA;
}
.BgClassName
{
background-color: #AAE5EA;
}
</style>
border-color css
<style>
span { border-color: #AAE5EA; }
span { border-color: rgb(170,229,234); }
td.TdClassName
{
border-color: #AAE5EA;
}
.TagClassName
{
border-color: #AAE5EA;
}
</style>