#AEE0DF

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

Shades of Powder Blue #AEE0DF

Tints of Powder Blue #AEE0DF

Color information

#AEE0DF (or 0xAEE0DF) is unknown color: approx Powder Blue. HEX triplet: AE, E0 and DF. RGB value is (174,224,223). Sum of RGB (Red+Green+Blue) = 174+224+223=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0DF is #511F20. Grayscale: #D0D0D0. Windows color (decimal): -5316385 or 14672046. OLE color: 14672046.

HSL color Cylindrical-coordinate representation of color #AEE0DF: hue angle of 178.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0DF is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB174224223-
CMYK0.2200.000.12
HSL178.8º44.64%78.04%-
HSV(B)178.8º22.32%87.84%-
XYZ57.4367.6479.84-
YUV208.94135.94103.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 224 (87.89% from 255) = 36.07%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=28.02%
G=36.07%
B=35.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742242230.2200.000.12178.844.6478.04
HexAEE0DF1600Cb32d4e
Octal25634033726001426355116
Binary10101110111000001101111110110001100101100111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0DF; }

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

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

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

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

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

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

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

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