Shades of Powder Blue #AADDDC
Tints of Powder Blue #AADDDC
RGB
CMYK
RGB Variations
Color information
#AADDDC (or 0xAADDDC) is known color: Powder Blue. HEX triplet: AA, DD and DC. RGB value is (170,221,220). Sum of RGB (Red+Green+Blue) = 170+221+220=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDDC is #552223. Grayscale: #CDCDCD. Windows color (decimal): -5579300 or 14474666. OLE color: 14474666.
HSL color Cylindrical-coordinate representation of color #AADDDC: hue angle of 178.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDDC is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 220 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.13 |
| HSL | 178.82º | 0.43% | 0.77% | - |
| HSV(B) | 178.82º | 0.23% | 0.87% | - |
| XYZ | 55.35 | 65.43 | 77.42 | - |
| YUV | 205.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 220 | 0.23 | 0 | 0.00 | 0.13 | 178.82 | 0.43 | 0.77 |
| Hex | AA | DD | DC | 17 | 0 | 0 | D | B3 | 2B | 4D |
| Octal | 252 | 335 | 334 | 27 | 0 | 0 | 15 | 263 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11011100 | 10111 | 0 | 0 | 1101 | 10110011 | 101011 | 1001101 |
Color Harmonies of #AADDDC
Complementary color
Monochromatic Colors of #AADDDC
Black with #AADDDC
Text Example
Text Example
White with #AADDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDDC; }
p { color: rgb(170,221,220); }
H1.HeaderClassName
{
color: #AADDDC;
}
.AnyTagClassName
{
color: #AADDDC;
}
</style>
background-color css
<style>
a { background-color: #AADDDC; }
a { background-color: rgb(170,221,220); }
div.DivClassName
{
background-color: #AADDDC;
}
.BgClassName
{
background-color: #AADDDC;
}
</style>
border-color css
<style>
span { border-color: #AADDDC; }
span { border-color: rgb(170,221,220); }
td.TdClassName
{
border-color: #AADDDC;
}
.TagClassName
{
border-color: #AADDDC;
}
</style>