#A8B3C6

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

Shades of Echo Blue #A8B3C6

Tints of Echo Blue #A8B3C6

Color information

#A8B3C6 (or 0xA8B3C6) is unknown color: approx Echo Blue. HEX triplet: A8, B3 and C6. RGB value is (168,179,198). Sum of RGB (Red+Green+Blue) = 168+179+198=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 198 - color contains mainly: blue. Hex color #A8B3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B3C6 is #574C39. Grayscale: #B1B1B1. Windows color (decimal): -5721146 or 13022120. OLE color: 13022120.

HSL color Cylindrical-coordinate representation of color #A8B3C6: hue angle of 218º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8B3C6 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168179198-
CMYK0.150.1000.22
HSL218º20.83%71.76%-
HSV(B)218º15.15%77.65%-
XYZ42.4644.6459.8-
YUV177.88139.36120.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 198 (77.73% from 255) = 36.33%
R=30.83%
G=32.84%
B=36.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681791980.150.1000.2221820.8371.76
HexA8B3C6FA016da1548
Octal250263306171202633225110
Binary1010100010110011110001101111101001011011011010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B3C6; }

 p { color: rgb(168,179,198); }

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

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

 a { background-color: rgb(168,179,198); }

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

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

 span { border-color: rgb(168,179,198); }

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