Shades of Powder Blue #AAD9DB
Tints of Powder Blue #AAD9DB
RGB
CMYK
RGB Variations
Color information
#AAD9DB (or 0xAAD9DB) is known color: Powder Blue. HEX triplet: AA, D9 and DB. RGB value is (170,217,219). Sum of RGB (Red+Green+Blue) = 170+217+219=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9DB is #552624. Grayscale: #CBCBCB. Windows color (decimal): -5580325 or 14408106. OLE color: 14408106.
HSL color Cylindrical-coordinate representation of color #AAD9DB: hue angle of 182.45º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD9DB is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 217 | 219 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.14 |
| HSL | 182.45º | 0.4% | 0.76% | - |
| HSV(B) | 182.45º | 0.22% | 0.86% | - |
| XYZ | 54.18 | 63.29 | 76.38 | - |
| YUV | 203.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 219 | 0.22 | 0.01 | 0 | 0.14 | 182.45 | 0.4 | 0.76 |
| Hex | AA | D9 | DB | 16 | 1 | 0 | E | B6 | 28 | 4C |
| Octal | 252 | 331 | 333 | 26 | 1 | 0 | 16 | 266 | 50 | 114 |
| Binary | 10101010 | 11011001 | 11011011 | 10110 | 1 | 0 | 1110 | 10110110 | 101000 | 1001100 |
Color Harmonies of #AAD9DB
Complementary color
Monochromatic Colors of #AAD9DB
Black with #AAD9DB
Text Example
Text Example
White with #AAD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD9DB; }
p { color: rgb(170,217,219); }
H1.HeaderClassName
{
color: #AAD9DB;
}
.AnyTagClassName
{
color: #AAD9DB;
}
</style>
background-color css
<style>
a { background-color: #AAD9DB; }
a { background-color: rgb(170,217,219); }
div.DivClassName
{
background-color: #AAD9DB;
}
.BgClassName
{
background-color: #AAD9DB;
}
</style>
border-color css
<style>
span { border-color: #AAD9DB; }
span { border-color: rgb(170,217,219); }
td.TdClassName
{
border-color: #AAD9DB;
}
.TagClassName
{
border-color: #AAD9DB;
}
</style>