#AED7DC

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

Shades of Powder Blue #AED7DC

Tints of Powder Blue #AED7DC

Color information

#AED7DC (or 0xAED7DC) is unknown color: approx Powder Blue. HEX triplet: AE, D7 and DC. RGB value is (174,215,220). Sum of RGB (Red+Green+Blue) = 174+215+220=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7DC is #512823. Grayscale: #CBCBCB. Windows color (decimal): -5318692 or 14473134. OLE color: 14473134.

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

Color convert

RGB174215220-
CMYK0.210.0200.14
HSL186.52º39.66%77.25%-
HSV(B)186.52º20.91%86.27%-
XYZ54.6762.7776.94-
YUV203.31137.42107.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.57%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=28.57%
G=35.30%
B=36.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742152200.210.0200.14186.5239.6677.25
HexAED7DC1520Ebb284d
Octal25632733425201627350115
Binary101011101101011111011100101011001110101110111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7DC; }

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

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

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

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

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

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

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

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