#ABB0C1

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

Shades of Echo Blue #ABB0C1

Tints of Echo Blue #ABB0C1

Color information

#ABB0C1 (or 0xABB0C1) is unknown color: approx Echo Blue. HEX triplet: AB, B0 and C1. RGB value is (171,176,193). Sum of RGB (Red+Green+Blue) = 171+176+193=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABB0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0C1 is #544F3E. Grayscale: #B0B0B0. Windows color (decimal): -5525311 or 12693675. OLE color: 12693675.

HSL color Cylindrical-coordinate representation of color #ABB0C1: hue angle of 226.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB0C1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171176193-
CMYK0.110.0900.24
HSL226.36º15.07%71.37%-
HSV(B)226.36º11.4%75.69%-
XYZ41.9543.5656.65-
YUV176.44137.34124.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 176 (69.14% from 255) = 32.59%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=31.67%
G=32.59%
B=35.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711761930.110.0900.24226.3615.0771.37
HexABB0C1B9018e2f47
Octal253260301131103034217107
Binary101010111011000011000001101110010110001110001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0C1; }

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

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

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

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

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

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

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

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