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