#AEE0ED

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

Shades of Powder Blue #AEE0ED

Tints of Powder Blue #AEE0ED

Color information

#AEE0ED (or 0xAEE0ED) is unknown color: approx Powder Blue. HEX triplet: AE, E0 and ED. RGB value is (174,224,237). Sum of RGB (Red+Green+Blue) = 174+224+237=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEE0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0ED is #511F12. Grayscale: #D2D2D2. Windows color (decimal): -5316371 or 15589550. OLE color: 15589550.

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

Color convert

RGB174224237-
CMYK0.270.0500.07
HSL192.38º63.64%80.59%-
HSV(B)192.38º26.58%92.94%-
XYZ59.468.4290.2-
YUV210.53142.94101.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.40%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=27.40%
G=35.28%
B=37.32%

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
Decimal1742242370.270.0500.07192.3863.6480.59
HexAEE0ED1B507c04051
Octal25634035533507300100121
Binary1010111011100000111011011101110101111100000010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0ED; }

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

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

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

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

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

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

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

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