#ABB1BF

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

Shades of Echo Blue #ABB1BF

Tints of Echo Blue #ABB1BF

Color information

#ABB1BF (or 0xABB1BF) is unknown color: approx Echo Blue. HEX triplet: AB, B1 and BF. RGB value is (171,177,191). Sum of RGB (Red+Green+Blue) = 171+177+191=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1BF is #544E40. Grayscale: #B0B0B0. Windows color (decimal): -5525057 or 12562859. OLE color: 12562859.

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

Color convert

RGB171177191-
CMYK0.100.0700.25
HSL222º13.51%70.98%-
HSV(B)222º10.47%74.9%-
XYZ41.9243.8655.55-
YUV176.8136.01123.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 191 (75% from 255) = 35.44%
R=31.73%
G=32.84%
B=35.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711771910.100.0700.2522213.5170.98
HexABB1BFA7019dee47
Octal25326127712703133616107
Binary10101011101100011011111110101110110011101111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1BF; }

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

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

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

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

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

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

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

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