Shades of Powder Blue #AADBDE
Tints of Powder Blue #AADBDE
RGB
CMYK
RGB Variations
Color information
#AADBDE (or 0xAADBDE) is known color: Powder Blue. HEX triplet: AA, DB and DE. RGB value is (170,219,222). Sum of RGB (Red+Green+Blue) = 170+219+222=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #AADBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBDE is #552421. Grayscale: #CCCCCC. Windows color (decimal): -5579810 or 14605226. OLE color: 14605226.
HSL color Cylindrical-coordinate representation of color #AADBDE: hue angle of 183.46º degrees, saturation: 0.44, 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 #AADBDE is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 219 | 222 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.13 |
| HSL | 183.46º | 0.44% | 0.77% | - |
| HSV(B) | 183.46º | 0.23% | 0.87% | - |
| XYZ | 55.09 | 64.48 | 78.65 | - |
| YUV | 204.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 222 | 0.23 | 0.01 | 0 | 0.13 | 183.46 | 0.44 | 0.77 |
| Hex | AA | DB | DE | 17 | 1 | 0 | D | B7 | 2C | 4D |
| Octal | 252 | 333 | 336 | 27 | 1 | 0 | 15 | 267 | 54 | 115 |
| Binary | 10101010 | 11011011 | 11011110 | 10111 | 1 | 0 | 1101 | 10110111 | 101100 | 1001101 |
Color Harmonies of #AADBDE
Complementary color
Monochromatic Colors of #AADBDE
Black with #AADBDE
Text Example
Text Example
White with #AADBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBDE; }
p { color: rgb(170,219,222); }
H1.HeaderClassName
{
color: #AADBDE;
}
.AnyTagClassName
{
color: #AADBDE;
}
</style>
background-color css
<style>
a { background-color: #AADBDE; }
a { background-color: rgb(170,219,222); }
div.DivClassName
{
background-color: #AADBDE;
}
.BgClassName
{
background-color: #AADBDE;
}
</style>
border-color css
<style>
span { border-color: #AADBDE; }
span { border-color: rgb(170,219,222); }
td.TdClassName
{
border-color: #AADBDE;
}
.TagClassName
{
border-color: #AADBDE;
}
</style>