#AED8DB

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

Shades of Powder Blue #AED8DB

Tints of Powder Blue #AED8DB

Color information

#AED8DB (or 0xAED8DB) is unknown color: approx Powder Blue. HEX triplet: AE, D8 and DB. RGB value is (174,216,219). Sum of RGB (Red+Green+Blue) = 174+216+219=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8DB is #512724. Grayscale: #CBCBCB. Windows color (decimal): -5318437 or 14407854. OLE color: 14407854.

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

Color convert

RGB174216219-
CMYK0.210.0100.14
HSL184º38.46%77.06%-
HSV(B)184º20.55%85.88%-
XYZ54.863.2276.33-
YUV203.78136.59106.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.57%
GREEN value IS 216 (84.77% from 255) = 35.47%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=28.57%
G=35.47%
B=35.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742162190.210.0100.1418438.4677.06
HexAED8DB1510Eb8264d
Octal25633033325101627046115
Binary10101110110110001101101110101101110101110001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8DB; }

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

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

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

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

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

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

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

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