#AEE1E5

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

Shades of Powder Blue #AEE1E5

Tints of Powder Blue #AEE1E5

Color information

#AEE1E5 (or 0xAEE1E5) is unknown color: approx Powder Blue. HEX triplet: AE, E1 and E5. RGB value is (174,225,229). Sum of RGB (Red+Green+Blue) = 174+225+229=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEE1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1E5 is #511E1A. Grayscale: #D2D2D2. Windows color (decimal): -5316123 or 15065518. OLE color: 15065518.

HSL color Cylindrical-coordinate representation of color #AEE1E5: hue angle of 184.36º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE1E5 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174225229-
CMYK0.240.0200.10
HSL184.36º51.4%79.02%-
HSV(B)184.36º24.02%89.8%-
XYZ58.5268.5184.27-
YUV210.21138.6102.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.71%
GREEN value IS 225 (88.28% from 255) = 35.83%
BLUE value IS 229 (89.84% from 255) = 36.46%
R=27.71%
G=35.83%
B=36.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742252290.240.0200.10184.3651.479.02
HexAEE1E51820Ab8334f
Octal25634134530201227063117
Binary101011101110000111100101110001001010101110001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1E5; }

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

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

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

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

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

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

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

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