Shades of Powder Blue #AADCDD
Tints of Powder Blue #AADCDD
RGB
CMYK
RGB Variations
Color information
#AADCDD (or 0xAADCDD) is known color: Powder Blue. HEX triplet: AA, DC and DD. RGB value is (170,220,221). Sum of RGB (Red+Green+Blue) = 170+220+221=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #AADCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCDD is #552322. Grayscale: #CDCDCD. Windows color (decimal): -5579555 or 14539946. OLE color: 14539946.
HSL color Cylindrical-coordinate representation of color #AADCDD: hue angle of 181.18º 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 #AADCDD is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 220 | 221 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.13 |
| HSL | 181.18º | 0.43% | 0.77% | - |
| HSV(B) | 181.18º | 0.23% | 0.87% | - |
| XYZ | 55.22 | 64.95 | 78.03 | - |
| YUV | 205.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 221 | 0.23 | 0.00 | 0 | 0.13 | 181.18 | 0.43 | 0.77 |
| Hex | AA | DC | DD | 17 | 0 | 0 | D | B5 | 2B | 4D |
| Octal | 252 | 334 | 335 | 27 | 0 | 0 | 15 | 265 | 53 | 115 |
| Binary | 10101010 | 11011100 | 11011101 | 10111 | 0 | 0 | 1101 | 10110101 | 101011 | 1001101 |
Color Harmonies of #AADCDD
Complementary color
Monochromatic Colors of #AADCDD
Black with #AADCDD
Text Example
Text Example
White with #AADCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCDD; }
p { color: rgb(170,220,221); }
H1.HeaderClassName
{
color: #AADCDD;
}
.AnyTagClassName
{
color: #AADCDD;
}
</style>
background-color css
<style>
a { background-color: #AADCDD; }
a { background-color: rgb(170,220,221); }
div.DivClassName
{
background-color: #AADCDD;
}
.BgClassName
{
background-color: #AADCDD;
}
</style>
border-color css
<style>
span { border-color: #AADCDD; }
span { border-color: rgb(170,220,221); }
td.TdClassName
{
border-color: #AADCDD;
}
.TagClassName
{
border-color: #AADCDD;
}
</style>