Shades of Powder Blue #AADDE2
Tints of Powder Blue #AADDE2
RGB
CMYK
RGB Variations
Color information
#AADDE2 (or 0xAADDE2) is known color: Powder Blue. HEX triplet: AA, DD and E2. RGB value is (170,221,226). Sum of RGB (Red+Green+Blue) = 170+221+226=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #AADDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDE2 is #55221D. Grayscale: #CECECE. Windows color (decimal): -5579294 or 14867882. OLE color: 14867882.
HSL color Cylindrical-coordinate representation of color #AADDE2: hue angle of 185.36º 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 #AADDE2 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 221 | 226 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.11 |
| HSL | 185.36º | 0.49% | 0.78% | - |
| HSV(B) | 185.36º | 0.25% | 0.89% | - |
| XYZ | 56.16 | 65.75 | 81.68 | - |
| YUV | 206.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 226 | 0.25 | 0.02 | 0 | 0.11 | 185.36 | 0.49 | 0.78 |
| Hex | AA | DD | E2 | 19 | 2 | 0 | B | B9 | 31 | 4E |
| Octal | 252 | 335 | 342 | 31 | 2 | 0 | 13 | 271 | 61 | 116 |
| Binary | 10101010 | 11011101 | 11100010 | 11001 | 10 | 0 | 1011 | 10111001 | 110001 | 1001110 |
Color Harmonies of #AADDE2
Complementary color
Monochromatic Colors of #AADDE2
Black with #AADDE2
Text Example
Text Example
White with #AADDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDE2; }
p { color: rgb(170,221,226); }
H1.HeaderClassName
{
color: #AADDE2;
}
.AnyTagClassName
{
color: #AADDE2;
}
</style>
background-color css
<style>
a { background-color: #AADDE2; }
a { background-color: rgb(170,221,226); }
div.DivClassName
{
background-color: #AADDE2;
}
.BgClassName
{
background-color: #AADDE2;
}
</style>
border-color css
<style>
span { border-color: #AADDE2; }
span { border-color: rgb(170,221,226); }
td.TdClassName
{
border-color: #AADDE2;
}
.TagClassName
{
border-color: #AADDE2;
}
</style>