#A8ABCB

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

Shades of Echo Blue #A8ABCB

Tints of Echo Blue #A8ABCB

Color information

#A8ABCB (or 0xA8ABCB) is unknown color: approx Echo Blue. HEX triplet: A8, AB and CB. RGB value is (168,171,203). Sum of RGB (Red+Green+Blue) = 168+171+203=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABCB is #575434. Grayscale: #ADADAD. Windows color (decimal): -5723189 or 13347752. OLE color: 13347752.

HSL color Cylindrical-coordinate representation of color #A8ABCB: hue angle of 234.86º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8ABCB is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168171203-
CMYK0.170.1600.20
HSL234.86º25.18%72.75%-
HSV(B)234.86º17.24%79.61%-
XYZ41.4941.7662.37-
YUV173.75144.51123.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=31.00%
G=31.55%
B=37.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681712030.170.1600.20234.8625.1872.75
HexA8ABCB1110014eb1949
Octal250253313212002435331111
Binary101010001010101111001011100011000001010011101011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABCB; }

 p { color: rgb(168,171,203); }

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

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

 a { background-color: rgb(168,171,203); }

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

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

 span { border-color: rgb(168,171,203); }

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