#ABACBF

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

Shades of Echo Blue #ABACBF

Tints of Echo Blue #ABACBF

Color information

#ABACBF (or 0xABACBF) is unknown color: approx Echo Blue. HEX triplet: AB, AC and BF. RGB value is (171,172,191). Sum of RGB (Red+Green+Blue) = 171+172+191=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACBF is #545340. Grayscale: #ADADAD. Windows color (decimal): -5526337 or 12561579. OLE color: 12561579.

HSL color Cylindrical-coordinate representation of color #ABACBF: hue angle of 237º degrees, saturation: 0.14, 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 #ABACBF is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171172191-
CMYK0.100.1000.25
HSL237º13.51%70.98%-
HSV(B)237º10.47%74.9%-
XYZ40.9541.9255.22-
YUV173.87137.67125.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 191 (75% from 255) = 35.77%
R=32.02%
G=32.21%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711721910.100.1000.2523713.5170.98
HexABACBFAA019ede47
Octal253254277121203135516107
Binary101010111010110010111111101010100110011110110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACBF; }

 p { color: rgb(171,172,191); }

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

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

 a { background-color: rgb(171,172,191); }

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

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

 span { border-color: rgb(171,172,191); }

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