Shades of Powder Blue #AADFE0
Tints of Powder Blue #AADFE0
RGB
CMYK
RGB Variations
Color information
#AADFE0 (or 0xAADFE0) is known color: Powder Blue. HEX triplet: AA, DF and E0. RGB value is (170,223,224). Sum of RGB (Red+Green+Blue) = 170+223+224=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #AADFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFE0 is #55201F. Grayscale: #CFCFCF. Windows color (decimal): -5578784 or 14737322. OLE color: 14737322.
HSL color Cylindrical-coordinate representation of color #AADFE0: hue angle of 181.11º degrees, saturation: 0.47, 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 #AADFE0 is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 223 | 224 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.12 |
| HSL | 181.11º | 0.47% | 0.77% | - |
| HSV(B) | 181.11º | 0.24% | 0.88% | - |
| XYZ | 56.42 | 66.7 | 80.42 | - |
| YUV | 207.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 224 | 0.24 | 0.00 | 0 | 0.12 | 181.11 | 0.47 | 0.77 |
| Hex | AA | DF | E0 | 18 | 0 | 0 | C | B5 | 2F | 4D |
| Octal | 252 | 337 | 340 | 30 | 0 | 0 | 14 | 265 | 57 | 115 |
| Binary | 10101010 | 11011111 | 11100000 | 11000 | 0 | 0 | 1100 | 10110101 | 101111 | 1001101 |
Color Harmonies of #AADFE0
Complementary color
Monochromatic Colors of #AADFE0
Black with #AADFE0
Text Example
Text Example
White with #AADFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFE0; }
p { color: rgb(170,223,224); }
H1.HeaderClassName
{
color: #AADFE0;
}
.AnyTagClassName
{
color: #AADFE0;
}
</style>
background-color css
<style>
a { background-color: #AADFE0; }
a { background-color: rgb(170,223,224); }
div.DivClassName
{
background-color: #AADFE0;
}
.BgClassName
{
background-color: #AADFE0;
}
</style>
border-color css
<style>
span { border-color: #AADFE0; }
span { border-color: rgb(170,223,224); }
td.TdClassName
{
border-color: #AADFE0;
}
.TagClassName
{
border-color: #AADFE0;
}
</style>