Shades of Powder Blue #AADFDF
Tints of Powder Blue #AADFDF
RGB
CMYK
RGB Variations
Color information
#AADFDF (or 0xAADFDF) is known color: Powder Blue. HEX triplet: AA, DF and DF. RGB value is (170,223,223). Sum of RGB (Red+Green+Blue) = 170+223+223=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #AADFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFDF is #552020. Grayscale: #CFCFCF. Windows color (decimal): -5578785 or 14671786. OLE color: 14671786.
HSL color Cylindrical-coordinate representation of color #AADFDF: hue angle of 180º 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 #AADFDF is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 223 | - |
| CMYK | 0.24 | 0 | 0 | 0.13 |
| HSL | 180º | 0.45% | 0.77% | - |
| HSV(B) | 180º | 0.24% | 0.87% | - |
| XYZ | 56.28 | 66.65 | 79.71 | - |
| YUV | 207.15 | 136.94 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 223 | 0.24 | 0 | 0 | 0.13 | 180 | 0.45 | 0.77 |
| Hex | AA | DF | DF | 18 | 0 | 0 | D | B4 | 2D | 4D |
| Octal | 252 | 337 | 337 | 30 | 0 | 0 | 15 | 264 | 55 | 115 |
| Binary | 10101010 | 11011111 | 11011111 | 11000 | 0 | 0 | 1101 | 10110100 | 101101 | 1001101 |
Color Harmonies of #AADFDF
Complementary color
Monochromatic Colors of #AADFDF
Black with #AADFDF
Text Example
Text Example
White with #AADFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFDF; }
p { color: rgb(170,223,223); }
H1.HeaderClassName
{
color: #AADFDF;
}
.AnyTagClassName
{
color: #AADFDF;
}
</style>
background-color css
<style>
a { background-color: #AADFDF; }
a { background-color: rgb(170,223,223); }
div.DivClassName
{
background-color: #AADFDF;
}
.BgClassName
{
background-color: #AADFDF;
}
</style>
border-color css
<style>
span { border-color: #AADFDF; }
span { border-color: rgb(170,223,223); }
td.TdClassName
{
border-color: #AADFDF;
}
.TagClassName
{
border-color: #AADFDF;
}
</style>