Shades of Powder Blue #AADEE4
Tints of Powder Blue #AADEE4
RGB
CMYK
RGB Variations
Color information
#AADEE4 (or 0xAADEE4) is known color: Powder Blue. HEX triplet: AA, DE and E4. RGB value is (170,222,228). Sum of RGB (Red+Green+Blue) = 170+222+228=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #AADEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEE4 is #55211B. Grayscale: #CFCFCF. Windows color (decimal): -5579036 or 14999210. OLE color: 14999210.
HSL color Cylindrical-coordinate representation of color #AADEE4: hue angle of 186.21º 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 #AADEE4 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 222 | 228 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.11 |
| HSL | 186.21º | 0.52% | 0.78% | - |
| HSV(B) | 186.21º | 0.25% | 0.89% | - |
| XYZ | 56.7 | 66.39 | 83.22 | - |
| YUV | 207.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 228 | 0.25 | 0.03 | 0 | 0.11 | 186.21 | 0.52 | 0.78 |
| Hex | AA | DE | E4 | 19 | 3 | 0 | B | BA | 34 | 4E |
| Octal | 252 | 336 | 344 | 31 | 3 | 0 | 13 | 272 | 64 | 116 |
| Binary | 10101010 | 11011110 | 11100100 | 11001 | 11 | 0 | 1011 | 10111010 | 110100 | 1001110 |
Color Harmonies of #AADEE4
Complementary color
Monochromatic Colors of #AADEE4
Black with #AADEE4
Text Example
Text Example
White with #AADEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEE4; }
p { color: rgb(170,222,228); }
H1.HeaderClassName
{
color: #AADEE4;
}
.AnyTagClassName
{
color: #AADEE4;
}
</style>
background-color css
<style>
a { background-color: #AADEE4; }
a { background-color: rgb(170,222,228); }
div.DivClassName
{
background-color: #AADEE4;
}
.BgClassName
{
background-color: #AADEE4;
}
</style>
border-color css
<style>
span { border-color: #AADEE4; }
span { border-color: rgb(170,222,228); }
td.TdClassName
{
border-color: #AADEE4;
}
.TagClassName
{
border-color: #AADEE4;
}
</style>