#AED7DB

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

Shades of Powder Blue #AED7DB

Tints of Powder Blue #AED7DB

Color information

#AED7DB (or 0xAED7DB) is unknown color: approx Powder Blue. HEX triplet: AE, D7 and DB. RGB value is (174,215,219). Sum of RGB (Red+Green+Blue) = 174+215+219=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7DB is #512824. Grayscale: #CBCBCB. Windows color (decimal): -5318693 or 14407598. OLE color: 14407598.

HSL color Cylindrical-coordinate representation of color #AED7DB: hue angle of 185.33º degrees, saturation: 0.38, 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 #AED7DB is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174215219-
CMYK0.210.0200.14
HSL185.33º38.46%77.06%-
HSV(B)185.33º20.55%85.88%-
XYZ54.5462.7176.25-
YUV203.2136.92107.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 215 (84.38% from 255) = 35.36%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=28.62%
G=35.36%
B=36.02%

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
Decimal1742152190.210.0200.14185.3338.4677.06
HexAED7DB1520Eb9264d
Octal25632733325201627146115
Binary101011101101011111011011101011001110101110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7DB; }

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

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

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

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

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

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

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

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