#ABB4C1

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

Shades of Echo Blue #ABB4C1

Tints of Echo Blue #ABB4C1

Color information

#ABB4C1 (or 0xABB4C1) is unknown color: approx Echo Blue. HEX triplet: AB, B4 and C1. RGB value is (171,180,193). Sum of RGB (Red+Green+Blue) = 171+180+193=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABB4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4C1 is #544B3E. Grayscale: #B2B2B2. Windows color (decimal): -5524287 or 12694699. OLE color: 12694699.

HSL color Cylindrical-coordinate representation of color #ABB4C1: hue angle of 215.45º 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 #ABB4C1 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171180193-
CMYK0.110.0700.24
HSL215.45º15.07%71.37%-
HSV(B)215.45º11.4%75.69%-
XYZ42.7445.1556.91-
YUV178.79136.02122.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=31.43%
G=33.09%
B=35.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711801930.110.0700.24215.4515.0771.37
HexABB4C1B7018d7f47
Octal25326430113703032717107
Binary10101011101101001100000110111110110001101011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4C1; }

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

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

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

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

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

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

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

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