Shades of Powder Blue #AADEE0
Tints of Powder Blue #AADEE0
RGB
CMYK
RGB Variations
Color information
#AADEE0 (or 0xAADEE0) is known color: Powder Blue. HEX triplet: AA, DE and E0. RGB value is (170,222,224). Sum of RGB (Red+Green+Blue) = 170+222+224=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #AADEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEE0 is #55211F. Grayscale: #CECECE. Windows color (decimal): -5579040 or 14737066. OLE color: 14737066.
HSL color Cylindrical-coordinate representation of color #AADEE0: hue angle of 182.22º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADEE0 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 222 | 224 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.12 |
| HSL | 182.22º | 0.47% | 0.77% | - |
| HSV(B) | 182.22º | 0.24% | 0.88% | - |
| XYZ | 56.15 | 66.17 | 80.33 | - |
| YUV | 206.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 224 | 0.24 | 0.01 | 0 | 0.12 | 182.22 | 0.47 | 0.77 |
| Hex | AA | DE | E0 | 18 | 1 | 0 | C | B6 | 2F | 4D |
| Octal | 252 | 336 | 340 | 30 | 1 | 0 | 14 | 266 | 57 | 115 |
| Binary | 10101010 | 11011110 | 11100000 | 11000 | 1 | 0 | 1100 | 10110110 | 101111 | 1001101 |
Color Harmonies of #AADEE0
Complementary color
Monochromatic Colors of #AADEE0
Black with #AADEE0
Text Example
Text Example
White with #AADEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEE0; }
p { color: rgb(170,222,224); }
H1.HeaderClassName
{
color: #AADEE0;
}
.AnyTagClassName
{
color: #AADEE0;
}
</style>
background-color css
<style>
a { background-color: #AADEE0; }
a { background-color: rgb(170,222,224); }
div.DivClassName
{
background-color: #AADEE0;
}
.BgClassName
{
background-color: #AADEE0;
}
</style>
border-color css
<style>
span { border-color: #AADEE0; }
span { border-color: rgb(170,222,224); }
td.TdClassName
{
border-color: #AADEE0;
}
.TagClassName
{
border-color: #AADEE0;
}
</style>