#AED9DE

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

Shades of Powder Blue #AED9DE

Tints of Powder Blue #AED9DE

Color information

#AED9DE (or 0xAED9DE) is unknown color: approx Powder Blue. HEX triplet: AE, D9 and DE. RGB value is (174,217,222). Sum of RGB (Red+Green+Blue) = 174+217+222=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9DE is #512621. Grayscale: #CCCCCC. Windows color (decimal): -5318178 or 14604718. OLE color: 14604718.

HSL color Cylindrical-coordinate representation of color #AED9DE: hue angle of 186.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED9DE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174217222-
CMYK0.220.0200.13
HSL186.25º42.11%77.65%-
HSV(B)186.25º21.62%87.06%-
XYZ55.4563.978.52-
YUV204.71137.75106.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.38%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=28.38%
G=35.40%
B=36.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742172220.220.0200.13186.2542.1177.65
HexAED9DE1620Dba2a4e
Octal25633133626201527252116
Binary101011101101100111011110101101001101101110101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9DE; }

 p { color: rgb(174,217,222); }

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

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

 a { background-color: rgb(174,217,222); }

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

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

 span { border-color: rgb(174,217,222); }

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