#ABB0C7

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

Shades of Echo Blue #ABB0C7

Tints of Echo Blue #ABB0C7

Color information

#ABB0C7 (or 0xABB0C7) is unknown color: approx Echo Blue. HEX triplet: AB, B0 and C7. RGB value is (171,176,199). Sum of RGB (Red+Green+Blue) = 171+176+199=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 199 - color contains mainly: blue. Hex color #ABB0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0C7 is #544F38. Grayscale: #B1B1B1. Windows color (decimal): -5525305 or 13086891. OLE color: 13086891.

HSL color Cylindrical-coordinate representation of color #ABB0C7: hue angle of 229.29º 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 #ABB0C7 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171176199-
CMYK0.140.1200.22
HSL229.29º20%72.55%-
HSV(B)229.29º14.07%78.04%-
XYZ42.6343.8360.25-
YUV177.13140.34123.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 199 (78.12% from 255) = 36.45%
R=31.32%
G=32.23%
B=36.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711761990.140.1200.22229.292072.55
HexABB0C7EC016e51449
Octal253260307161402634524111
Binary1010101110110000110001111110110001011011100101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0C7; }

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

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

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

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

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

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

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

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