#AEDCE1

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

Shades of Powder Blue #AEDCE1

Tints of Powder Blue #AEDCE1

Color information

#AEDCE1 (or 0xAEDCE1) is unknown color: approx Powder Blue. HEX triplet: AE, DC and E1. RGB value is (174,220,225). Sum of RGB (Red+Green+Blue) = 174+220+225=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEDCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCE1 is #51231E. Grayscale: #CECECE. Windows color (decimal): -5317407 or 14802094. OLE color: 14802094.

HSL color Cylindrical-coordinate representation of color #AEDCE1: hue angle of 185.88º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDCE1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174220225-
CMYK0.230.0200.12
HSL185.88º45.95%78.24%-
HSV(B)185.88º22.67%88.24%-
XYZ56.6465.6280.92-
YUV206.82138.26104.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.11%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=28.11%
G=35.54%
B=36.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742202250.230.0200.12185.8845.9578.24
HexAEDCE11720Cba2e4e
Octal25633434127201427256116
Binary101011101101110011100001101111001100101110101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCE1; }

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

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

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

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

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

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

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

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