#AEDCDE

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

Shades of Powder Blue #AEDCDE

Tints of Powder Blue #AEDCDE

Color information

#AEDCDE (or 0xAEDCDE) is unknown color: approx Powder Blue. HEX triplet: AE, DC and DE. RGB value is (174,220,222). Sum of RGB (Red+Green+Blue) = 174+220+222=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEDCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCDE is #512321. Grayscale: #CECECE. Windows color (decimal): -5317410 or 14605486. OLE color: 14605486.

HSL color Cylindrical-coordinate representation of color #AEDCDE: hue angle of 182.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 #AEDCDE is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174220222-
CMYK0.220.0100.13
HSL182.5º42.11%77.65%-
HSV(B)182.5º21.62%87.06%-
XYZ56.2365.4678.78-
YUV206.47136.76104.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.25%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=28.25%
G=35.71%
B=36.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742202220.220.0100.13182.542.1177.65
HexAEDCDE1610Db62a4e
Octal25633433626101526652116
Binary10101110110111001101111010110101101101101101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCDE; }

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

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

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

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

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

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

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

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