Shades of Powder Blue #AAE0E4
Tints of Powder Blue #AAE0E4
RGB
CMYK
RGB Variations
Color information
#AAE0E4 (or 0xAAE0E4) is known color: Powder Blue. HEX triplet: AA, E0 and E4. RGB value is (170,224,228). Sum of RGB (Red+Green+Blue) = 170+224+228=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAE0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0E4 is #551F1B. Grayscale: #D0D0D0. Windows color (decimal): -5578524 or 14999722. OLE color: 14999722.
HSL color Cylindrical-coordinate representation of color #AAE0E4: hue angle of 184.14º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE0E4 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 224 | 228 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.11 |
| HSL | 184.14º | 0.52% | 0.78% | - |
| HSV(B) | 184.14º | 0.25% | 0.89% | - |
| XYZ | 57.24 | 67.46 | 83.4 | - |
| YUV | 208.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 228 | 0.25 | 0.02 | 0 | 0.11 | 184.14 | 0.52 | 0.78 |
| Hex | AA | E0 | E4 | 19 | 2 | 0 | B | B8 | 34 | 4E |
| Octal | 252 | 340 | 344 | 31 | 2 | 0 | 13 | 270 | 64 | 116 |
| Binary | 10101010 | 11100000 | 11100100 | 11001 | 10 | 0 | 1011 | 10111000 | 110100 | 1001110 |
Color Harmonies of #AAE0E4
Complementary color
Monochromatic Colors of #AAE0E4
Black with #AAE0E4
Text Example
Text Example
White with #AAE0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0E4; }
p { color: rgb(170,224,228); }
H1.HeaderClassName
{
color: #AAE0E4;
}
.AnyTagClassName
{
color: #AAE0E4;
}
</style>
background-color css
<style>
a { background-color: #AAE0E4; }
a { background-color: rgb(170,224,228); }
div.DivClassName
{
background-color: #AAE0E4;
}
.BgClassName
{
background-color: #AAE0E4;
}
</style>
border-color css
<style>
span { border-color: #AAE0E4; }
span { border-color: rgb(170,224,228); }
td.TdClassName
{
border-color: #AAE0E4;
}
.TagClassName
{
border-color: #AAE0E4;
}
</style>