#AEDCE3

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

Shades of Powder Blue #AEDCE3

Tints of Powder Blue #AEDCE3

Color information

#AEDCE3 (or 0xAEDCE3) is unknown color: approx Powder Blue. HEX triplet: AE, DC and E3. RGB value is (174,220,227). Sum of RGB (Red+Green+Blue) = 174+220+227=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEDCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCE3 is #51231C. Grayscale: #CECECE. Windows color (decimal): -5317405 or 14933166. OLE color: 14933166.

HSL color Cylindrical-coordinate representation of color #AEDCE3: hue angle of 187.92º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDCE3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174220227-
CMYK0.230.0300.11
HSL187.92º48.62%78.63%-
HSV(B)187.92º23.35%89.02%-
XYZ56.9165.7382.36-
YUV207.04139.26104.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=28.02%
G=35.43%
B=36.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742202270.230.0300.11187.9248.6278.63
HexAEDCE31730Bbc314f
Octal25633434327301327461117
Binary101011101101110011100011101111101011101111001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCE3; }

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

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

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

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

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

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

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

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