#ABAEBE

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

Shades of Echo Blue #ABAEBE

Tints of Echo Blue #ABAEBE

Color information

#ABAEBE (or 0xABAEBE) is unknown color: approx Echo Blue. HEX triplet: AB, AE and BE. RGB value is (171,174,190). Sum of RGB (Red+Green+Blue) = 171+174+190=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEBE is #545141. Grayscale: #AEAEAE. Windows color (decimal): -5525826 or 12496555. OLE color: 12496555.

HSL color Cylindrical-coordinate representation of color #ABAEBE: hue angle of 230.53º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABAEBE is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171174190-
CMYK0.100.0800.25
HSL230.53º12.75%70.78%-
HSV(B)230.53º10%74.51%-
XYZ41.2242.6554.77-
YUV174.93136.51125.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=31.96%
G=32.52%
B=35.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711741900.100.0800.25230.5312.7570.78
HexABAEBEA8019e7d47
Octal253256276121003134715107
Binary101010111010111010111110101010000110011110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEBE; }

 p { color: rgb(171,174,190); }

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

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

 a { background-color: rgb(171,174,190); }

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

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

 span { border-color: rgb(171,174,190); }

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