Shades of Powder Blue #AAE5E6
Tints of Powder Blue #AAE5E6
RGB
CMYK
RGB Variations
Color information
#AAE5E6 (or 0xAAE5E6) is known color: Powder Blue. HEX triplet: AA, E5 and E6. RGB value is (170,229,230). Sum of RGB (Red+Green+Blue) = 170+229+230=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAE5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5E6 is #551A19. Grayscale: #D3D3D3. Windows color (decimal): -5577242 or 15132074. OLE color: 15132074.
HSL color Cylindrical-coordinate representation of color #AAE5E6: hue angle of 181º degrees, saturation: 0.55, 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 #AAE5E6 is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 230 | - |
| CMYK | 0.26 | 0.00 | 0 | 0.10 |
| HSL | 181º | 0.55% | 0.78% | - |
| HSV(B) | 181º | 0.26% | 0.9% | - |
| XYZ | 58.88 | 70.3 | 85.33 | - |
| YUV | 211.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 230 | 0.26 | 0.00 | 0 | 0.10 | 181 | 0.55 | 0.78 |
| Hex | AA | E5 | E6 | 1A | 0 | 0 | A | B5 | 37 | 4E |
| Octal | 252 | 345 | 346 | 32 | 0 | 0 | 12 | 265 | 67 | 116 |
| Binary | 10101010 | 11100101 | 11100110 | 11010 | 0 | 0 | 1010 | 10110101 | 110111 | 1001110 |
Color Harmonies of #AAE5E6
Complementary color
Monochromatic Colors of #AAE5E6
Black with #AAE5E6
Text Example
Text Example
White with #AAE5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5E6; }
p { color: rgb(170,229,230); }
H1.HeaderClassName
{
color: #AAE5E6;
}
.AnyTagClassName
{
color: #AAE5E6;
}
</style>
background-color css
<style>
a { background-color: #AAE5E6; }
a { background-color: rgb(170,229,230); }
div.DivClassName
{
background-color: #AAE5E6;
}
.BgClassName
{
background-color: #AAE5E6;
}
</style>
border-color css
<style>
span { border-color: #AAE5E6; }
span { border-color: rgb(170,229,230); }
td.TdClassName
{
border-color: #AAE5E6;
}
.TagClassName
{
border-color: #AAE5E6;
}
</style>