Shades of Powder Blue #AAE3E4
Tints of Powder Blue #AAE3E4
RGB
CMYK
RGB Variations
Color information
#AAE3E4 (or 0xAAE3E4) is known color: Powder Blue. HEX triplet: AA, E3 and E4. RGB value is (170,227,228). Sum of RGB (Red+Green+Blue) = 170+227+228=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAE3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3E4 is #551C1B. Grayscale: #D2D2D2. Windows color (decimal): -5577756 or 15000490. OLE color: 15000490.
HSL color Cylindrical-coordinate representation of color #AAE3E4: hue angle of 181.03º 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 #AAE3E4 is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 228 | - |
| CMYK | 0.25 | 0.00 | 0 | 0.11 |
| HSL | 181.03º | 0.52% | 0.78% | - |
| HSV(B) | 181.03º | 0.25% | 0.89% | - |
| XYZ | 58.05 | 69.09 | 83.67 | - |
| YUV | 210.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 228 | 0.25 | 0.00 | 0 | 0.11 | 181.03 | 0.52 | 0.78 |
| Hex | AA | E3 | E4 | 19 | 0 | 0 | B | B5 | 34 | 4E |
| Octal | 252 | 343 | 344 | 31 | 0 | 0 | 13 | 265 | 64 | 116 |
| Binary | 10101010 | 11100011 | 11100100 | 11001 | 0 | 0 | 1011 | 10110101 | 110100 | 1001110 |
Color Harmonies of #AAE3E4
Complementary color
Monochromatic Colors of #AAE3E4
Black with #AAE3E4
Text Example
Text Example
White with #AAE3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3E4; }
p { color: rgb(170,227,228); }
H1.HeaderClassName
{
color: #AAE3E4;
}
.AnyTagClassName
{
color: #AAE3E4;
}
</style>
background-color css
<style>
a { background-color: #AAE3E4; }
a { background-color: rgb(170,227,228); }
div.DivClassName
{
background-color: #AAE3E4;
}
.BgClassName
{
background-color: #AAE3E4;
}
</style>
border-color css
<style>
span { border-color: #AAE3E4; }
span { border-color: rgb(170,227,228); }
td.TdClassName
{
border-color: #AAE3E4;
}
.TagClassName
{
border-color: #AAE3E4;
}
</style>