#AEB7CB

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

Shades of Echo Blue #AEB7CB

Tints of Echo Blue #AEB7CB

Color information

#AEB7CB (or 0xAEB7CB) is unknown color: approx Echo Blue. HEX triplet: AE, B7 and CB. RGB value is (174,183,203). Sum of RGB (Red+Green+Blue) = 174+183+203=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEB7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7CB is #514834. Grayscale: #B6B6B6. Windows color (decimal): -5326901 or 13350830. OLE color: 13350830.

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

Color convert

RGB174183203-
CMYK0.140.1000.20
HSL221.38º21.8%73.92%-
HSV(B)221.38º14.29%79.61%-
XYZ45.1747.1863.23-
YUV182.59139.52121.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=31.07%
G=32.68%
B=36.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741832030.140.1000.20221.3821.873.92
HexAEB7CBEA014dd164a
Octal256267313161202433526112
Binary1010111010110111110010111110101001010011011101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7CB; }

 p { color: rgb(174,183,203); }

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

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

 a { background-color: rgb(174,183,203); }

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

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

 span { border-color: rgb(174,183,203); }

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