#AEB1D1

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

Shades of Echo Blue #AEB1D1

Tints of Echo Blue #AEB1D1

Color information

#AEB1D1 (or 0xAEB1D1) is unknown color: approx Echo Blue. HEX triplet: AE, B1 and D1. RGB value is (174,177,209). Sum of RGB (Red+Green+Blue) = 174+177+209=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEB1D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1D1 is #514E2E. Grayscale: #B3B3B3. Windows color (decimal): -5328431 or 13742510. OLE color: 13742510.

HSL color Cylindrical-coordinate representation of color #AEB1D1: hue angle of 234.86º 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 #AEB1D1 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174177209-
CMYK0.170.1500.18
HSL234.86º27.56%75.1%-
HSV(B)234.86º16.75%81.96%-
XYZ44.6945.0566.66-
YUV179.75144.51123.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 177 (69.53% from 255) = 31.61%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=31.07%
G=31.61%
B=37.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741772090.170.1500.18234.8627.5675.1
HexAEB1D111F012eb1c4b
Octal256261321211702235334113
Binary10101110101100011101000110001111101001011101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1D1; }

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

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

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

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

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

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

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

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