Shades of Powder Blue #AADCE1
Tints of Powder Blue #AADCE1
RGB
CMYK
RGB Variations
Color information
#AADCE1 (or 0xAADCE1) is known color: Powder Blue. HEX triplet: AA, DC and E1. RGB value is (170,220,225). Sum of RGB (Red+Green+Blue) = 170+220+225=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #AADCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCE1 is #55231E. Grayscale: #CDCDCD. Windows color (decimal): -5579551 or 14802090. OLE color: 14802090.
HSL color Cylindrical-coordinate representation of color #AADCE1: hue angle of 185.45º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADCE1 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 220 | 225 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.12 |
| HSL | 185.45º | 0.48% | 0.77% | - |
| HSV(B) | 185.45º | 0.24% | 0.88% | - |
| XYZ | 55.76 | 65.17 | 80.87 | - |
| YUV | 205.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 225 | 0.24 | 0.02 | 0 | 0.12 | 185.45 | 0.48 | 0.77 |
| Hex | AA | DC | E1 | 18 | 2 | 0 | C | B9 | 30 | 4D |
| Octal | 252 | 334 | 341 | 30 | 2 | 0 | 14 | 271 | 60 | 115 |
| Binary | 10101010 | 11011100 | 11100001 | 11000 | 10 | 0 | 1100 | 10111001 | 110000 | 1001101 |
Color Harmonies of #AADCE1
Complementary color
Monochromatic Colors of #AADCE1
Black with #AADCE1
Text Example
Text Example
White with #AADCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCE1; }
p { color: rgb(170,220,225); }
H1.HeaderClassName
{
color: #AADCE1;
}
.AnyTagClassName
{
color: #AADCE1;
}
</style>
background-color css
<style>
a { background-color: #AADCE1; }
a { background-color: rgb(170,220,225); }
div.DivClassName
{
background-color: #AADCE1;
}
.BgClassName
{
background-color: #AADCE1;
}
</style>
border-color css
<style>
span { border-color: #AADCE1; }
span { border-color: rgb(170,220,225); }
td.TdClassName
{
border-color: #AADCE1;
}
.TagClassName
{
border-color: #AADCE1;
}
</style>