#AED8DD

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

Shades of Powder Blue #AED8DD

Tints of Powder Blue #AED8DD

Color information

#AED8DD (or 0xAED8DD) is unknown color: approx Powder Blue. HEX triplet: AE, D8 and DD. RGB value is (174,216,221). Sum of RGB (Red+Green+Blue) = 174+216+221=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #AED8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8DD is #512722. Grayscale: #CBCBCB. Windows color (decimal): -5318435 or 14538926. OLE color: 14538926.

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

Color convert

RGB174216221-
CMYK0.210.0200.13
HSL186.38º40.87%77.45%-
HSV(B)186.38º21.27%86.67%-
XYZ55.0663.3377.73-
YUV204.01137.59106.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=28.48%
G=35.35%
B=36.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742162210.210.0200.13186.3840.8777.45
HexAED8DD1520Dba294d
Octal25633033525201527251115
Binary101011101101100011011101101011001101101110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8DD; }

 p { color: rgb(174,216,221); }

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

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

 a { background-color: rgb(174,216,221); }

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

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

 span { border-color: rgb(174,216,221); }

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