#ABB0C3

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

Shades of Echo Blue #ABB0C3

Tints of Echo Blue #ABB0C3

Color information

#ABB0C3 (or 0xABB0C3) is unknown color: approx Echo Blue. HEX triplet: AB, B0 and C3. RGB value is (171,176,195). Sum of RGB (Red+Green+Blue) = 171+176+195=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABB0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0C3 is #544F3C. Grayscale: #B0B0B0. Windows color (decimal): -5525309 or 12824747. OLE color: 12824747.

HSL color Cylindrical-coordinate representation of color #ABB0C3: hue angle of 227.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABB0C3 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171176195-
CMYK0.120.1000.24
HSL227.5º16.67%71.76%-
HSV(B)227.5º12.31%76.47%-
XYZ42.1743.6557.83-
YUV176.67138.34123.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=31.55%
G=32.47%
B=35.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711761950.120.1000.24227.516.6771.76
HexABB0C3CA018e41148
Octal253260303141203034421110
Binary1010101110110000110000111100101001100011100100100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0C3; }

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

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

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

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

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

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

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

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