#AEAFCD

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

Shades of Echo Blue #AEAFCD

Tints of Echo Blue #AEAFCD

Color information

#AEAFCD (or 0xAEAFCD) is unknown color: approx Echo Blue. HEX triplet: AE, AF and CD. RGB value is (174,175,205). Sum of RGB (Red+Green+Blue) = 174+175+205=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFCD is #515032. Grayscale: #B2B2B2. Windows color (decimal): -5328947 or 13479854. OLE color: 13479854.

HSL color Cylindrical-coordinate representation of color #AEAFCD: hue angle of 238.06º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEAFCD is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174175205-
CMYK0.150.1500.20
HSL238.06º23.66%74.31%-
HSV(B)238.06º15.12%80.39%-
XYZ43.844.0763.95-
YUV178.12143.17125.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=31.41%
G=31.59%
B=37.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741752050.150.1500.20238.0623.6674.31
HexAEAFCDFF014ee184a
Octal256257315171702435630112
Binary1010111010101111110011011111111101010011101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFCD; }

 p { color: rgb(174,175,205); }

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

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

 a { background-color: rgb(174,175,205); }

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

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

 span { border-color: rgb(174,175,205); }

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