Shades of Powder Blue #AAE2DF
Tints of Powder Blue #AAE2DF
RGB
CMYK
RGB Variations
Color information
#AAE2DF (or 0xAAE2DF) is known color: Powder Blue. HEX triplet: AA, E2 and DF. RGB value is (170,226,223). Sum of RGB (Red+Green+Blue) = 170+226+223=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2DF is #551D20. Grayscale: #D0D0D0. Windows color (decimal): -5578017 or 14672554. OLE color: 14672554.
HSL color Cylindrical-coordinate representation of color #AAE2DF: hue angle of 176.79º degrees, saturation: 0.49, 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 #AAE2DF is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 223 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.11 |
| HSL | 176.79º | 0.49% | 0.78% | - |
| HSV(B) | 176.79º | 0.25% | 0.89% | - |
| XYZ | 57.09 | 68.27 | 79.98 | - |
| YUV | 208.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 223 | 0.25 | 0 | 0.01 | 0.11 | 176.79 | 0.49 | 0.78 |
| Hex | AA | E2 | DF | 19 | 0 | 1 | B | B1 | 31 | 4E |
| Octal | 252 | 342 | 337 | 31 | 0 | 1 | 13 | 261 | 61 | 116 |
| Binary | 10101010 | 11100010 | 11011111 | 11001 | 0 | 1 | 1011 | 10110001 | 110001 | 1001110 |
Color Harmonies of #AAE2DF
Complementary color
Monochromatic Colors of #AAE2DF
Black with #AAE2DF
Text Example
Text Example
White with #AAE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2DF; }
p { color: rgb(170,226,223); }
H1.HeaderClassName
{
color: #AAE2DF;
}
.AnyTagClassName
{
color: #AAE2DF;
}
</style>
background-color css
<style>
a { background-color: #AAE2DF; }
a { background-color: rgb(170,226,223); }
div.DivClassName
{
background-color: #AAE2DF;
}
.BgClassName
{
background-color: #AAE2DF;
}
</style>
border-color css
<style>
span { border-color: #AAE2DF; }
span { border-color: rgb(170,226,223); }
td.TdClassName
{
border-color: #AAE2DF;
}
.TagClassName
{
border-color: #AAE2DF;
}
</style>