#AAE3EA

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

Shades of Powder Blue #AAE3EA

Tints of Powder Blue #AAE3EA

Color information

#AAE3EA (or 0xAAE3EA) is unknown color: approx Powder Blue. HEX triplet: AA, E3 and EA. RGB value is (170,227,234). Sum of RGB (Red+Green+Blue) = 170+227+234=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAE3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE3EA is #551C15. Grayscale: #D2D2D2. Windows color (decimal): -5577750 or 15393706. OLE color: 15393706.

HSL color Cylindrical-coordinate representation of color #AAE3EA: hue angle of 186.56º 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 #AAE3EA is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170227234-
CMYK0.270.0300.08
HSL186.56º60.38%79.22%-
HSV(B)186.56º27.35%91.76%-
XYZ58.969.4288.14-
YUV210.76141.1298.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.94%
GREEN value IS 227 (89.06% from 255) = 35.97%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=26.94%
G=35.97%
B=37.08%

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
Decimal1702272340.270.0300.08186.5660.3879.22
HexAAE3EA1B308bb3c4f
Octal25234335233301027374117
Binary101010101110001111101010110111101000101110111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3EA; }

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

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

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

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

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

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

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

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