Shades of Powder Blue #AAD9DC
Tints of Powder Blue #AAD9DC
RGB
CMYK
RGB Variations
Color information
#AAD9DC (or 0xAAD9DC) is known color: Powder Blue. HEX triplet: AA, D9 and DC. RGB value is (170,217,220). Sum of RGB (Red+Green+Blue) = 170+217+220=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9DC is #552623. Grayscale: #CBCBCB. Windows color (decimal): -5580324 or 14473642. OLE color: 14473642.
HSL color Cylindrical-coordinate representation of color #AAD9DC: hue angle of 183.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD9DC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 217 | 220 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.14 |
| HSL | 183.6º | 0.42% | 0.76% | - |
| HSV(B) | 183.6º | 0.23% | 0.86% | - |
| XYZ | 54.31 | 63.34 | 77.07 | - |
| YUV | 203.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 220 | 0.23 | 0.01 | 0 | 0.14 | 183.6 | 0.42 | 0.76 |
| Hex | AA | D9 | DC | 17 | 1 | 0 | E | B8 | 2A | 4C |
| Octal | 252 | 331 | 334 | 27 | 1 | 0 | 16 | 270 | 52 | 114 |
| Binary | 10101010 | 11011001 | 11011100 | 10111 | 1 | 0 | 1110 | 10111000 | 101010 | 1001100 |
Color Harmonies of #AAD9DC
Complementary color
Monochromatic Colors of #AAD9DC
Black with #AAD9DC
Text Example
Text Example
White with #AAD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD9DC; }
p { color: rgb(170,217,220); }
H1.HeaderClassName
{
color: #AAD9DC;
}
.AnyTagClassName
{
color: #AAD9DC;
}
</style>
background-color css
<style>
a { background-color: #AAD9DC; }
a { background-color: rgb(170,217,220); }
div.DivClassName
{
background-color: #AAD9DC;
}
.BgClassName
{
background-color: #AAD9DC;
}
</style>
border-color css
<style>
span { border-color: #AAD9DC; }
span { border-color: rgb(170,217,220); }
td.TdClassName
{
border-color: #AAD9DC;
}
.TagClassName
{
border-color: #AAD9DC;
}
</style>