#AED7DD

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

Shades of Powder Blue #AED7DD

Tints of Powder Blue #AED7DD

Color information

#AED7DD (or 0xAED7DD) is unknown color: approx Powder Blue. HEX triplet: AE, D7 and DD. RGB value is (174,215,221). Sum of RGB (Red+Green+Blue) = 174+215+221=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #AED7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7DD is #512822. Grayscale: #CBCBCB. Windows color (decimal): -5318691 or 14538670. OLE color: 14538670.

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

Color convert

RGB174215221-
CMYK0.210.0300.13
HSL187.66º40.87%77.45%-
HSV(B)187.66º21.27%86.67%-
XYZ54.8162.8277.64-
YUV203.42137.92107.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.52%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=28.52%
G=35.25%
B=36.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742152210.210.0300.13187.6640.8777.45
HexAED7DD1530Dbc294d
Octal25632733525301527451115
Binary101011101101011111011101101011101101101111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7DD; }

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

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

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

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

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

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

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

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