#AEE2ED

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

Shades of Powder Blue #AEE2ED

Tints of Powder Blue #AEE2ED

Color information

#AEE2ED (or 0xAEE2ED) is unknown color: approx Powder Blue. HEX triplet: AE, E2 and ED. RGB value is (174,226,237). Sum of RGB (Red+Green+Blue) = 174+226+237=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEE2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE2ED is #511D12. Grayscale: #D3D3D3. Windows color (decimal): -5315859 or 15590062. OLE color: 15590062.

HSL color Cylindrical-coordinate representation of color #AEE2ED: hue angle of 190.48º 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 #AEE2ED is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174226237-
CMYK0.270.0500.07
HSL190.48º63.64%80.59%-
HSV(B)190.48º26.58%92.94%-
XYZ59.9469.5190.38-
YUV211.71142.27101.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.32%
GREEN value IS 226 (88.67% from 255) = 35.48%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=27.32%
G=35.48%
B=37.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742262370.270.0500.07190.4863.6480.59
HexAEE2ED1B507be4051
Octal25634235533507276100121
Binary1010111011100010111011011101110101111011111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2ED; }

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

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

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

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

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

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

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

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