#AED8DE

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

Shades of Powder Blue #AED8DE

Tints of Powder Blue #AED8DE

Color information

#AED8DE (or 0xAED8DE) is unknown color: approx Powder Blue. HEX triplet: AE, D8 and DE. RGB value is (174,216,222). Sum of RGB (Red+Green+Blue) = 174+216+222=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8DE is #512721. Grayscale: #CCCCCC. Windows color (decimal): -5318434 or 14604462. OLE color: 14604462.

HSL color Cylindrical-coordinate representation of color #AED8DE: hue angle of 187.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED8DE is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174216222-
CMYK0.220.0300.13
HSL187.5º42.11%77.65%-
HSV(B)187.5º21.62%87.06%-
XYZ55.263.3878.43-
YUV204.13138.09106.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=28.43%
G=35.29%
B=36.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742162220.220.0300.13187.542.1177.65
HexAED8DE1630Dbc2a4e
Octal25633033626301527452116
Binary101011101101100011011110101101101101101111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8DE; }

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

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

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

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

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

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

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

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