#A8ABBF

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

Shades of Echo Blue #A8ABBF

Tints of Echo Blue #A8ABBF

Color information

#A8ABBF (or 0xA8ABBF) is unknown color: approx Echo Blue. HEX triplet: A8, AB and BF. RGB value is (168,171,191). Sum of RGB (Red+Green+Blue) = 168+171+191=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABBF is #575440. Grayscale: #ACACAC. Windows color (decimal): -5723201 or 12561320. OLE color: 12561320.

HSL color Cylindrical-coordinate representation of color #A8ABBF: hue angle of 232.17º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8ABBF is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168171191-
CMYK0.120.1000.25
HSL232.17º15.23%70.39%-
HSV(B)232.17º12.04%74.9%-
XYZ40.1241.2155.13-
YUV172.38138.51124.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 191 (75% from 255) = 36.04%
R=31.70%
G=32.26%
B=36.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681711910.120.1000.25232.1715.2370.39
HexA8ABBFCA019e8f46
Octal250253277141203135017106
Binary101010001010101110111111110010100110011110100011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABBF; }

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

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

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

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

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

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

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

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