#AEE5EF

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

Shades of Powder Blue #AEE5EF

Tints of Powder Blue #AEE5EF

Color information

#AEE5EF (or 0xAEE5EF) is unknown color: approx Powder Blue. HEX triplet: AE, E5 and EF. RGB value is (174,229,239). Sum of RGB (Red+Green+Blue) = 174+229+239=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEE5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5EF is #511A10. Grayscale: #D5D5D5. Windows color (decimal): -5315089 or 15721902. OLE color: 15721902.

HSL color Cylindrical-coordinate representation of color #AEE5EF: hue angle of 189.23º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEE5EF is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174229239-
CMYK0.270.0400.06
HSL189.23º67.01%80.98%-
HSV(B)189.23º27.2%93.73%-
XYZ61.0571.2792.2-
YUV213.7142.2899.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.10%
GREEN value IS 229 (89.84% from 255) = 35.67%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=27.10%
G=35.67%
B=37.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742292390.270.0400.06189.2367.0180.98
HexAEE5EF1B406bd4351
Octal25634535733406275103121
Binary1010111011100101111011111101110001101011110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5EF; }

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

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

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

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

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

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

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

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