Shades of Powder Blue #AADFE1
Tints of Powder Blue #AADFE1
RGB
CMYK
RGB Variations
Color information
#AADFE1 (or 0xAADFE1) is known color: Powder Blue. HEX triplet: AA, DF and E1. RGB value is (170,223,225). Sum of RGB (Red+Green+Blue) = 170+223+225=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #AADFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFE1 is #55201E. Grayscale: #CFCFCF. Windows color (decimal): -5578783 or 14802858. OLE color: 14802858.
HSL color Cylindrical-coordinate representation of color #AADFE1: hue angle of 182.18º 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 #AADFE1 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 223 | 225 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.12 |
| HSL | 182.18º | 0.48% | 0.77% | - |
| HSV(B) | 182.18º | 0.24% | 0.88% | - |
| XYZ | 56.56 | 66.76 | 81.14 | - |
| YUV | 207.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 225 | 0.24 | 0.01 | 0 | 0.12 | 182.18 | 0.48 | 0.77 |
| Hex | AA | DF | E1 | 18 | 1 | 0 | C | B6 | 30 | 4D |
| Octal | 252 | 337 | 341 | 30 | 1 | 0 | 14 | 266 | 60 | 115 |
| Binary | 10101010 | 11011111 | 11100001 | 11000 | 1 | 0 | 1100 | 10110110 | 110000 | 1001101 |
Color Harmonies of #AADFE1
Complementary color
Monochromatic Colors of #AADFE1
Black with #AADFE1
Text Example
Text Example
White with #AADFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFE1; }
p { color: rgb(170,223,225); }
H1.HeaderClassName
{
color: #AADFE1;
}
.AnyTagClassName
{
color: #AADFE1;
}
</style>
background-color css
<style>
a { background-color: #AADFE1; }
a { background-color: rgb(170,223,225); }
div.DivClassName
{
background-color: #AADFE1;
}
.BgClassName
{
background-color: #AADFE1;
}
</style>
border-color css
<style>
span { border-color: #AADFE1; }
span { border-color: rgb(170,223,225); }
td.TdClassName
{
border-color: #AADFE1;
}
.TagClassName
{
border-color: #AADFE1;
}
</style>