#AECED1

Color #AECED1 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #AECED1

Tints of Morning Glory #AECED1

Color information

#AECED1 (or 0xAECED1) is unknown color: approx Morning Glory. HEX triplet: AE, CE and D1. RGB value is (174,206,209). Sum of RGB (Red+Green+Blue) = 174+206+209=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #AECED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECED1 is #51312E. Grayscale: #C4C4C4. Windows color (decimal): -5321007 or 13749934. OLE color: 13749934.

HSL color Cylindrical-coordinate representation of color #AECED1: hue angle of 185.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECED1 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174206209-
CMYK0.170.0100.18
HSL185.14º27.56%75.1%-
HSV(B)185.14º16.75%81.96%-
XYZ51.0457.7468.78-
YUV196.77134.9111.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=29.54%
G=34.97%
B=35.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742062090.170.0100.18185.1427.5675.1
HexAECED1111012b91c4b
Octal25631632121102227134113
Binary10101110110011101101000110001101001010111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECED1; }

 p { color: rgb(174,206,209); }

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

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

 a { background-color: rgb(174,206,209); }

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

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

 span { border-color: rgb(174,206,209); }

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