#AAE2EA

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

Shades of Powder Blue #AAE2EA

Tints of Powder Blue #AAE2EA

Color information

#AAE2EA (or 0xAAE2EA) is unknown color: approx Powder Blue. HEX triplet: AA, E2 and EA. RGB value is (170,226,234). Sum of RGB (Red+Green+Blue) = 170+226+234=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAE2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2EA is #551D15. Grayscale: #D2D2D2. Windows color (decimal): -5578006 or 15393450. OLE color: 15393450.

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

Color convert

RGB170226234-
CMYK0.270.0300.08
HSL187.5º60.38%79.22%-
HSV(B)187.5º27.35%91.76%-
XYZ58.6368.8888.05-
YUV210.17141.4599.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.98%
GREEN value IS 226 (88.67% from 255) = 35.87%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=26.98%
G=35.87%
B=37.14%

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
Decimal1702262340.270.0300.08187.560.3879.22
HexAAE2EA1B308bc3c4f
Octal25234235233301027474117
Binary101010101110001011101010110111101000101111001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE2EA; }

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

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

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

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

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

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

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

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