#A5B2C1

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

Shades of Echo Blue #A5B2C1

Tints of Echo Blue #A5B2C1

Color information

#A5B2C1 (or 0xA5B2C1) is unknown color: approx Echo Blue. HEX triplet: A5, B2 and C1. RGB value is (165,178,193). Sum of RGB (Red+Green+Blue) = 165+178+193=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #A5B2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B2C1 is #5A4D3E. Grayscale: #AFAFAF. Windows color (decimal): -5918015 or 12694181. OLE color: 12694181.

HSL color Cylindrical-coordinate representation of color #A5B2C1: hue angle of 212.14º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5B2C1 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165178193-
CMYK0.150.0800.24
HSL212.14º18.42%70.2%-
HSV(B)212.14º14.51%75.69%-
XYZ41.0643.6956.72-
YUV175.82137.69120.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=30.78%
G=33.21%
B=36.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651781930.150.0800.24212.1418.4270.2
HexA5B2C1F8018d41246
Octal245262301171003032422106
Binary1010010110110010110000011111100001100011010100100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B2C1; }

 p { color: rgb(165,178,193); }

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

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

 a { background-color: rgb(165,178,193); }

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

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

 span { border-color: rgb(165,178,193); }

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