#AEE5ED

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

Shades of Powder Blue #AEE5ED

Tints of Powder Blue #AEE5ED

Color information

#AEE5ED (or 0xAEE5ED) is unknown color: approx Powder Blue. HEX triplet: AE, E5 and ED. RGB value is (174,229,237). Sum of RGB (Red+Green+Blue) = 174+229+237=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEE5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5ED is #511A12. Grayscale: #D5D5D5. Windows color (decimal): -5315091 or 15590830. OLE color: 15590830.

HSL color Cylindrical-coordinate representation of color #AEE5ED: hue angle of 187.62º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEE5ED is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174229237-
CMYK0.270.0300.07
HSL187.62º63.64%80.59%-
HSV(B)187.62º26.58%92.94%-
XYZ60.7671.1590.65-
YUV213.47141.2899.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.19%
GREEN value IS 229 (89.84% from 255) = 35.78%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=27.19%
G=35.78%
B=37.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742292370.270.0300.07187.6263.6480.59
HexAEE5ED1B307bc4051
Octal25634535533307274100121
Binary101011101110010111101101110111101111011110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5ED; }

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

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

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

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

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

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

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

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