#AEE2EA

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

Shades of Powder Blue #AEE2EA

Tints of Powder Blue #AEE2EA

Color information

#AEE2EA (or 0xAEE2EA) is unknown color: approx Powder Blue. HEX triplet: AE, E2 and EA. RGB value is (174,226,234). Sum of RGB (Red+Green+Blue) = 174+226+234=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEE2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE2EA is #511D15. Grayscale: #D3D3D3. Windows color (decimal): -5315862 or 15393454. OLE color: 15393454.

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

Color convert

RGB174226234-
CMYK0.260.0300.08
HSL188º58.82%80%-
HSV(B)188º25.64%91.76%-
XYZ59.569.3388.09-
YUV211.36140.77101.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.44%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=27.44%
G=35.65%
B=36.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742262340.260.0300.0818858.8280
HexAEE2EA1A308bc3b50
Octal25634235232301027473120
Binary101011101110001011101010110101101000101111001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2EA; }

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

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

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

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

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

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

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

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