Shades of Powder Blue #AADBDF
Tints of Powder Blue #AADBDF
RGB
CMYK
RGB Variations
Color information
#AADBDF (or 0xAADBDF) is known color: Powder Blue. HEX triplet: AA, DB and DF. RGB value is (170,219,223). Sum of RGB (Red+Green+Blue) = 170+219+223=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #AADBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBDF is #552420. Grayscale: #CCCCCC. Windows color (decimal): -5579809 or 14670762. OLE color: 14670762.
HSL color Cylindrical-coordinate representation of color #AADBDF: hue angle of 184.53º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADBDF is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 219 | 223 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.13 |
| HSL | 184.53º | 0.45% | 0.77% | - |
| HSV(B) | 184.53º | 0.24% | 0.87% | - |
| XYZ | 55.23 | 64.54 | 79.36 | - |
| YUV | 204.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 223 | 0.24 | 0.02 | 0 | 0.13 | 184.53 | 0.45 | 0.77 |
| Hex | AA | DB | DF | 18 | 2 | 0 | D | B9 | 2D | 4D |
| Octal | 252 | 333 | 337 | 30 | 2 | 0 | 15 | 271 | 55 | 115 |
| Binary | 10101010 | 11011011 | 11011111 | 11000 | 10 | 0 | 1101 | 10111001 | 101101 | 1001101 |
Color Harmonies of #AADBDF
Complementary color
Monochromatic Colors of #AADBDF
Black with #AADBDF
Text Example
Text Example
White with #AADBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBDF; }
p { color: rgb(170,219,223); }
H1.HeaderClassName
{
color: #AADBDF;
}
.AnyTagClassName
{
color: #AADBDF;
}
</style>
background-color css
<style>
a { background-color: #AADBDF; }
a { background-color: rgb(170,219,223); }
div.DivClassName
{
background-color: #AADBDF;
}
.BgClassName
{
background-color: #AADBDF;
}
</style>
border-color css
<style>
span { border-color: #AADBDF; }
span { border-color: rgb(170,219,223); }
td.TdClassName
{
border-color: #AADBDF;
}
.TagClassName
{
border-color: #AADBDF;
}
</style>