Shades of Powder Blue #AADFE5
Tints of Powder Blue #AADFE5
RGB
CMYK
RGB Variations
Color information
#AADFE5 (or 0xAADFE5) is known color: Powder Blue. HEX triplet: AA, DF and E5. RGB value is (170,223,229). Sum of RGB (Red+Green+Blue) = 170+223+229=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #AADFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFE5 is #55201A. Grayscale: #CFCFCF. Windows color (decimal): -5578779 or 15065002. OLE color: 15065002.
HSL color Cylindrical-coordinate representation of color #AADFE5: hue angle of 186.1º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADFE5 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 223 | 229 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.10 |
| HSL | 186.1º | 0.53% | 0.78% | - |
| HSV(B) | 186.1º | 0.26% | 0.9% | - |
| XYZ | 57.11 | 66.98 | 84.05 | - |
| YUV | 207.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 229 | 0.26 | 0.03 | 0 | 0.10 | 186.1 | 0.53 | 0.78 |
| Hex | AA | DF | E5 | 1A | 3 | 0 | A | BA | 35 | 4E |
| Octal | 252 | 337 | 345 | 32 | 3 | 0 | 12 | 272 | 65 | 116 |
| Binary | 10101010 | 11011111 | 11100101 | 11010 | 11 | 0 | 1010 | 10111010 | 110101 | 1001110 |
Color Harmonies of #AADFE5
Complementary color
Monochromatic Colors of #AADFE5
Black with #AADFE5
Text Example
Text Example
White with #AADFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFE5; }
p { color: rgb(170,223,229); }
H1.HeaderClassName
{
color: #AADFE5;
}
.AnyTagClassName
{
color: #AADFE5;
}
</style>
background-color css
<style>
a { background-color: #AADFE5; }
a { background-color: rgb(170,223,229); }
div.DivClassName
{
background-color: #AADFE5;
}
.BgClassName
{
background-color: #AADFE5;
}
</style>
border-color css
<style>
span { border-color: #AADFE5; }
span { border-color: rgb(170,223,229); }
td.TdClassName
{
border-color: #AADFE5;
}
.TagClassName
{
border-color: #AADFE5;
}
</style>