Shades of Powder Blue #AADEE3
Tints of Powder Blue #AADEE3
RGB
CMYK
RGB Variations
Color information
#AADEE3 (or 0xAADEE3) is known color: Powder Blue. HEX triplet: AA, DE and E3. RGB value is (170,222,227). Sum of RGB (Red+Green+Blue) = 170+222+227=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #AADEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEE3 is #55211C. Grayscale: #CECECE. Windows color (decimal): -5579037 or 14933674. OLE color: 14933674.
HSL color Cylindrical-coordinate representation of color #AADEE3: hue angle of 185.26º degrees, saturation: 0.5, 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 #AADEE3 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 222 | 227 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.11 |
| HSL | 185.26º | 0.5% | 0.78% | - |
| HSV(B) | 185.26º | 0.25% | 0.89% | - |
| XYZ | 56.56 | 66.33 | 82.5 | - |
| YUV | 207.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 227 | 0.25 | 0.02 | 0 | 0.11 | 185.26 | 0.5 | 0.78 |
| Hex | AA | DE | E3 | 19 | 2 | 0 | B | B9 | 32 | 4E |
| Octal | 252 | 336 | 343 | 31 | 2 | 0 | 13 | 271 | 62 | 116 |
| Binary | 10101010 | 11011110 | 11100011 | 11001 | 10 | 0 | 1011 | 10111001 | 110010 | 1001110 |
Color Harmonies of #AADEE3
Complementary color
Monochromatic Colors of #AADEE3
Black with #AADEE3
Text Example
Text Example
White with #AADEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEE3; }
p { color: rgb(170,222,227); }
H1.HeaderClassName
{
color: #AADEE3;
}
.AnyTagClassName
{
color: #AADEE3;
}
</style>
background-color css
<style>
a { background-color: #AADEE3; }
a { background-color: rgb(170,222,227); }
div.DivClassName
{
background-color: #AADEE3;
}
.BgClassName
{
background-color: #AADEE3;
}
</style>
border-color css
<style>
span { border-color: #AADEE3; }
span { border-color: rgb(170,222,227); }
td.TdClassName
{
border-color: #AADEE3;
}
.TagClassName
{
border-color: #AADEE3;
}
</style>