#AED9DF

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

Shades of Powder Blue #AED9DF

Tints of Powder Blue #AED9DF

Color information

#AED9DF (or 0xAED9DF) is unknown color: approx Powder Blue. HEX triplet: AE, D9 and DF. RGB value is (174,217,223). Sum of RGB (Red+Green+Blue) = 174+217+223=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #AED9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9DF is #512620. Grayscale: #CCCCCC. Windows color (decimal): -5318177 or 14670254. OLE color: 14670254.

HSL color Cylindrical-coordinate representation of color #AED9DF: hue angle of 187.35º degrees, saturation: 0.43, 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 #AED9DF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174217223-
CMYK0.220.0300.13
HSL187.35º43.36%77.84%-
HSV(B)187.35º21.97%87.45%-
XYZ55.5963.9579.23-
YUV204.83138.25106.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.34%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=28.34%
G=35.34%
B=36.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742172230.220.0300.13187.3543.3677.84
HexAED9DF1630Dbb2b4e
Octal25633133726301527353116
Binary101011101101100111011111101101101101101110111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9DF; }

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

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

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

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

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

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

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

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