#AEE2E5

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

Shades of Powder Blue #AEE2E5

Tints of Powder Blue #AEE2E5

Color information

#AEE2E5 (or 0xAEE2E5) is unknown color: approx Powder Blue. HEX triplet: AE, E2 and E5. RGB value is (174,226,229). Sum of RGB (Red+Green+Blue) = 174+226+229=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEE2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2E5 is #511D1A. Grayscale: #D2D2D2. Windows color (decimal): -5315867 or 15065774. OLE color: 15065774.

HSL color Cylindrical-coordinate representation of color #AEE2E5: hue angle of 183.27º 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 #AEE2E5 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174226229-
CMYK0.240.0100.10
HSL183.27º51.4%79.02%-
HSV(B)183.27º24.02%89.8%-
XYZ58.7969.0584.36-
YUV210.79138.27101.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 226 (88.67% from 255) = 35.93%
BLUE value IS 229 (89.84% from 255) = 36.41%
R=27.66%
G=35.93%
B=36.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742262290.240.0100.10183.2751.479.02
HexAEE2E51810Ab7334f
Octal25634234530101226763117
Binary10101110111000101110010111000101010101101111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2E5; }

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

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

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

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

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

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

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

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