#ABB0C0

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

Shades of Echo Blue #ABB0C0

Tints of Echo Blue #ABB0C0

Color information

#ABB0C0 (or 0xABB0C0) is unknown color: approx Echo Blue. HEX triplet: AB, B0 and C0. RGB value is (171,176,192). Sum of RGB (Red+Green+Blue) = 171+176+192=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABB0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0C0 is #544F3F. Grayscale: #B0B0B0. Windows color (decimal): -5525312 or 12628139. OLE color: 12628139.

HSL color Cylindrical-coordinate representation of color #ABB0C0: hue angle of 225.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB0C0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171176192-
CMYK0.110.0800.25
HSL225.71º14.29%71.18%-
HSV(B)225.71º10.94%75.29%-
XYZ41.8343.5156.06-
YUV176.33136.84124.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=31.73%
G=32.65%
B=35.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711761920.110.0800.25225.7114.2971.18
HexABB0C0B8019e2e47
Octal253260300131003134216107
Binary101010111011000011000000101110000110011110001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0C0; }

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

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

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

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

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

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

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

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