Shades of Powder Blue #AADCDF
Tints of Powder Blue #AADCDF
RGB
CMYK
RGB Variations
Color information
#AADCDF (or 0xAADCDF) is known color: Powder Blue. HEX triplet: AA, DC and DF. RGB value is (170,220,223). Sum of RGB (Red+Green+Blue) = 170+220+223=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #AADCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCDF is #552320. Grayscale: #CDCDCD. Windows color (decimal): -5579553 or 14671018. OLE color: 14671018.
HSL color Cylindrical-coordinate representation of color #AADCDF: hue angle of 183.4º 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 #AADCDF is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 220 | 223 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.13 |
| HSL | 183.4º | 0.45% | 0.77% | - |
| HSV(B) | 183.4º | 0.24% | 0.87% | - |
| XYZ | 55.49 | 65.06 | 79.45 | - |
| YUV | 205.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 223 | 0.24 | 0.01 | 0 | 0.13 | 183.4 | 0.45 | 0.77 |
| Hex | AA | DC | DF | 18 | 1 | 0 | D | B7 | 2D | 4D |
| Octal | 252 | 334 | 337 | 30 | 1 | 0 | 15 | 267 | 55 | 115 |
| Binary | 10101010 | 11011100 | 11011111 | 11000 | 1 | 0 | 1101 | 10110111 | 101101 | 1001101 |
Color Harmonies of #AADCDF
Complementary color
Monochromatic Colors of #AADCDF
Black with #AADCDF
Text Example
Text Example
White with #AADCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCDF; }
p { color: rgb(170,220,223); }
H1.HeaderClassName
{
color: #AADCDF;
}
.AnyTagClassName
{
color: #AADCDF;
}
</style>
background-color css
<style>
a { background-color: #AADCDF; }
a { background-color: rgb(170,220,223); }
div.DivClassName
{
background-color: #AADCDF;
}
.BgClassName
{
background-color: #AADCDF;
}
</style>
border-color css
<style>
span { border-color: #AADCDF; }
span { border-color: rgb(170,220,223); }
td.TdClassName
{
border-color: #AADCDF;
}
.TagClassName
{
border-color: #AADCDF;
}
</style>