#AEE5EA

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

Shades of Powder Blue #AEE5EA

Tints of Powder Blue #AEE5EA

Color information

#AEE5EA (or 0xAEE5EA) is unknown color: approx Powder Blue. HEX triplet: AE, E5 and EA. RGB value is (174,229,234). Sum of RGB (Red+Green+Blue) = 174+229+234=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5EA is #511A15. Grayscale: #D5D5D5. Windows color (decimal): -5315094 or 15394222. OLE color: 15394222.

HSL color Cylindrical-coordinate representation of color #AEE5EA: hue angle of 185º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEE5EA is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174229234-
CMYK0.260.0200.08
HSL185º58.82%80%-
HSV(B)185º25.64%91.76%-
XYZ60.3370.9888.36-
YUV213.12139.78100.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.32%
GREEN value IS 229 (89.84% from 255) = 35.95%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=27.32%
G=35.95%
B=36.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742292340.260.0200.0818558.8280
HexAEE5EA1A208b93b50
Octal25634535232201027173120
Binary101011101110010111101010110101001000101110011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5EA; }

 p { color: rgb(174,229,234); }

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

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

 a { background-color: rgb(174,229,234); }

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

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

 span { border-color: rgb(174,229,234); }

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