#AAE4EA

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

Shades of Powder Blue #AAE4EA

Tints of Powder Blue #AAE4EA

Color information

#AAE4EA (or 0xAAE4EA) is unknown color: approx Powder Blue. HEX triplet: AA, E4 and EA. RGB value is (170,228,234). Sum of RGB (Red+Green+Blue) = 170+228+234=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAE4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4EA is #551B15. Grayscale: #D3D3D3. Windows color (decimal): -5577494 or 15393962. OLE color: 15393962.

HSL color Cylindrical-coordinate representation of color #AAE4EA: hue angle of 185.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE4EA is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170228234-
CMYK0.270.0300.08
HSL185.62º60.38%79.22%-
HSV(B)185.62º27.35%91.76%-
XYZ59.1769.9788.23-
YUV211.34140.7898.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 228 (89.45% from 255) = 36.08%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=26.90%
G=36.08%
B=37.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702282340.270.0300.08185.6260.3879.22
HexAAE4EA1B308ba3c4f
Octal25234435233301027274117
Binary101010101110010011101010110111101000101110101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE4EA; }

 p { color: rgb(170,228,234); }

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

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

 a { background-color: rgb(170,228,234); }

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

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

 span { border-color: rgb(170,228,234); }

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