Shades of Powder Blue #AADFDE
Tints of Powder Blue #AADFDE
RGB
CMYK
RGB Variations
Color information
#AADFDE (or 0xAADFDE) is known color: Powder Blue. HEX triplet: AA, DF and DE. RGB value is (170,223,222). Sum of RGB (Red+Green+Blue) = 170+223+222=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFDE is #552021. Grayscale: #CECECE. Windows color (decimal): -5578786 or 14606250. OLE color: 14606250.
HSL color Cylindrical-coordinate representation of color #AADFDE: hue angle of 178.87º 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 #AADFDE is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 222 | - |
| CMYK | 0.24 | 0 | 0.00 | 0.13 |
| HSL | 178.87º | 0.45% | 0.77% | - |
| HSV(B) | 178.87º | 0.24% | 0.87% | - |
| XYZ | 56.15 | 66.6 | 79 | - |
| YUV | 207.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 222 | 0.24 | 0 | 0.00 | 0.13 | 178.87 | 0.45 | 0.77 |
| Hex | AA | DF | DE | 18 | 0 | 0 | D | B3 | 2D | 4D |
| Octal | 252 | 337 | 336 | 30 | 0 | 0 | 15 | 263 | 55 | 115 |
| Binary | 10101010 | 11011111 | 11011110 | 11000 | 0 | 0 | 1101 | 10110011 | 101101 | 1001101 |
Color Harmonies of #AADFDE
Complementary color
Monochromatic Colors of #AADFDE
Black with #AADFDE
Text Example
Text Example
White with #AADFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFDE; }
p { color: rgb(170,223,222); }
H1.HeaderClassName
{
color: #AADFDE;
}
.AnyTagClassName
{
color: #AADFDE;
}
</style>
background-color css
<style>
a { background-color: #AADFDE; }
a { background-color: rgb(170,223,222); }
div.DivClassName
{
background-color: #AADFDE;
}
.BgClassName
{
background-color: #AADFDE;
}
</style>
border-color css
<style>
span { border-color: #AADFDE; }
span { border-color: rgb(170,223,222); }
td.TdClassName
{
border-color: #AADFDE;
}
.TagClassName
{
border-color: #AADFDE;
}
</style>