#AAE1DE

Color #AAE1DE Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #AAE1DE

Tints of Powder Blue #AAE1DE

Color information

#AAE1DE (or 0xAAE1DE) is unknown color: approx Powder Blue. HEX triplet: AA, E1 and DE. RGB value is (170,225,222). Sum of RGB (Red+Green+Blue) = 170+225+222=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1DE is #551E21. Grayscale: #D0D0D0. Windows color (decimal): -5578274 or 14606762. OLE color: 14606762.

HSL color Cylindrical-coordinate representation of color #AAE1DE: hue angle of 176.73º 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 #AAE1DE is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB170225222-
CMYK0.2400.010.12
HSL176.73º47.83%77.45%-
HSV(B)176.73º24.44%88.24%-
XYZ56.6967.6779.18-
YUV208.21135.78100.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=27.55%
G=36.47%
B=35.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702252220.2400.010.12176.7347.8377.45
HexAAE1DE1801Cb1304d
Octal25234133630011426160115
Binary10101010111000011101111011000011100101100011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1DE; }

 p { color: rgb(170,225,222); }

 H1.HeaderClassName
 {
   color: #AAE1DE;
 }
 .AnyTagClassName
 {
   color: #AAE1DE;
 }
</style>
background-color css

<style>
 a { background-color: #AAE1DE; }

 a { background-color: rgb(170,225,222); }

 div.DivClassName
 {
   background-color: #AAE1DE;
 }
 .BgClassName
 {
   background-color: #AAE1DE;
 }
</style>
border-color css

<style>
 span { border-color: #AAE1DE; }

 span { border-color: rgb(170,225,222); }

 td.TdClassName
 {
   border-color: #AAE1DE;
 }
 .TagClassName
 {
   border-color: #AAE1DE;
 }
</style>