Shades of Powder Blue #AADBDC
Tints of Powder Blue #AADBDC
RGB
CMYK
RGB Variations
Color information
#AADBDC (or 0xAADBDC) is known color: Powder Blue. HEX triplet: AA, DB and DC. RGB value is (170,219,220). Sum of RGB (Red+Green+Blue) = 170+219+220=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #AADBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBDC is #552423. Grayscale: #CCCCCC. Windows color (decimal): -5579812 or 14474154. OLE color: 14474154.
HSL color Cylindrical-coordinate representation of color #AADBDC: hue angle of 181.2º 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 #AADBDC is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 220 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.14 |
| HSL | 181.2º | 0.42% | 0.76% | - |
| HSV(B) | 181.2º | 0.23% | 0.86% | - |
| XYZ | 54.83 | 64.38 | 77.25 | - |
| YUV | 204.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 220 | 0.23 | 0.00 | 0 | 0.14 | 181.2 | 0.42 | 0.76 |
| Hex | AA | DB | DC | 17 | 0 | 0 | E | B5 | 2A | 4C |
| Octal | 252 | 333 | 334 | 27 | 0 | 0 | 16 | 265 | 52 | 114 |
| Binary | 10101010 | 11011011 | 11011100 | 10111 | 0 | 0 | 1110 | 10110101 | 101010 | 1001100 |
Color Harmonies of #AADBDC
Complementary color
Monochromatic Colors of #AADBDC
Black with #AADBDC
Text Example
Text Example
White with #AADBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBDC; }
p { color: rgb(170,219,220); }
H1.HeaderClassName
{
color: #AADBDC;
}
.AnyTagClassName
{
color: #AADBDC;
}
</style>
background-color css
<style>
a { background-color: #AADBDC; }
a { background-color: rgb(170,219,220); }
div.DivClassName
{
background-color: #AADBDC;
}
.BgClassName
{
background-color: #AADBDC;
}
</style>
border-color css
<style>
span { border-color: #AADBDC; }
span { border-color: rgb(170,219,220); }
td.TdClassName
{
border-color: #AADBDC;
}
.TagClassName
{
border-color: #AADBDC;
}
</style>