Shades of Powder Blue #AADDDF
Tints of Powder Blue #AADDDF
RGB
CMYK
RGB Variations
Color information
#AADDDF (or 0xAADDDF) is known color: Powder Blue. HEX triplet: AA, DD and DF. RGB value is (170,221,223). Sum of RGB (Red+Green+Blue) = 170+221+223=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #AADDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDDF is #552220. Grayscale: #CDCDCD. Windows color (decimal): -5579297 or 14671274. OLE color: 14671274.
HSL color Cylindrical-coordinate representation of color #AADDDF: hue angle of 182.26º 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 #AADDDF is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 223 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.13 |
| HSL | 182.26º | 0.45% | 0.77% | - |
| HSV(B) | 182.26º | 0.24% | 0.87% | - |
| XYZ | 55.75 | 65.59 | 79.53 | - |
| YUV | 205.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 223 | 0.24 | 0.01 | 0 | 0.13 | 182.26 | 0.45 | 0.77 |
| Hex | AA | DD | DF | 18 | 1 | 0 | D | B6 | 2D | 4D |
| Octal | 252 | 335 | 337 | 30 | 1 | 0 | 15 | 266 | 55 | 115 |
| Binary | 10101010 | 11011101 | 11011111 | 11000 | 1 | 0 | 1101 | 10110110 | 101101 | 1001101 |
Color Harmonies of #AADDDF
Complementary color
Monochromatic Colors of #AADDDF
Black with #AADDDF
Text Example
Text Example
White with #AADDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDDF; }
p { color: rgb(170,221,223); }
H1.HeaderClassName
{
color: #AADDDF;
}
.AnyTagClassName
{
color: #AADDDF;
}
</style>
background-color css
<style>
a { background-color: #AADDDF; }
a { background-color: rgb(170,221,223); }
div.DivClassName
{
background-color: #AADDDF;
}
.BgClassName
{
background-color: #AADDDF;
}
</style>
border-color css
<style>
span { border-color: #AADDDF; }
span { border-color: rgb(170,221,223); }
td.TdClassName
{
border-color: #AADDDF;
}
.TagClassName
{
border-color: #AADDDF;
}
</style>