#ABB2C6

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

Shades of Echo Blue #ABB2C6

Tints of Echo Blue #ABB2C6

Color information

#ABB2C6 (or 0xABB2C6) is unknown color: approx Echo Blue. HEX triplet: AB, B2 and C6. RGB value is (171,178,198). Sum of RGB (Red+Green+Blue) = 171+178+198=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABB2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2C6 is #544D39. Grayscale: #B2B2B2. Windows color (decimal): -5524794 or 13021867. OLE color: 13021867.

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

Color convert

RGB171178198-
CMYK0.140.1000.22
HSL224.44º19.15%72.35%-
HSV(B)224.44º13.64%77.65%-
XYZ42.9144.5859.77-
YUV178.19139.18122.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 198 (77.73% from 255) = 36.20%
R=31.26%
G=32.54%
B=36.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711781980.140.1000.22224.4419.1572.35
HexABB2C6EA016e01348
Octal253262306161202634023110
Binary1010101110110010110001101110101001011011100000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2C6; }

 p { color: rgb(171,178,198); }

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

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

 a { background-color: rgb(171,178,198); }

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

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

 span { border-color: rgb(171,178,198); }

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