#ABB1C7

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

Shades of Echo Blue #ABB1C7

Tints of Echo Blue #ABB1C7

Color information

#ABB1C7 (or 0xABB1C7) is unknown color: approx Echo Blue. HEX triplet: AB, B1 and C7. RGB value is (171,177,199). Sum of RGB (Red+Green+Blue) = 171+177+199=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 199 - color contains mainly: blue. Hex color #ABB1C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1C7 is #544E38. Grayscale: #B1B1B1. Windows color (decimal): -5525049 or 13087147. OLE color: 13087147.

HSL color Cylindrical-coordinate representation of color #ABB1C7: hue angle of 227.14º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABB1C7 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171177199-
CMYK0.140.1100.22
HSL227.14º20%72.55%-
HSV(B)227.14º14.07%78.04%-
XYZ42.8344.2360.31-
YUV177.71140.01123.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 199 (78.12% from 255) = 36.38%
R=31.26%
G=32.36%
B=36.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711771990.140.1100.22227.142072.55
HexABB1C7EB016e31449
Octal253261307161302634324111
Binary1010101110110001110001111110101101011011100011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1C7; }

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

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

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

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

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

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

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

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