#A4B3CA

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

Shades of Echo Blue #A4B3CA

Tints of Echo Blue #A4B3CA

Color information

#A4B3CA (or 0xA4B3CA) is unknown color: approx Echo Blue. HEX triplet: A4, B3 and CA. RGB value is (164,179,202). Sum of RGB (Red+Green+Blue) = 164+179+202=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4B3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B3CA is #5B4C35. Grayscale: #B1B1B1. Windows color (decimal): -5983286 or 13284260. OLE color: 13284260.

HSL color Cylindrical-coordinate representation of color #A4B3CA: hue angle of 216.32º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4B3CA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164179202-
CMYK0.190.1100.21
HSL216.32º26.39%71.76%-
HSV(B)216.32º18.81%79.22%-
XYZ42.0944.462.23-
YUV177.14142.03118.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=30.09%
G=32.84%
B=37.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641792020.190.1100.21216.3226.3971.76
HexA4B3CA13B015d81a48
Octal244263312231302533032110
Binary10100100101100111100101010011101101010111011000110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B3CA; }

 p { color: rgb(164,179,202); }

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

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

 a { background-color: rgb(164,179,202); }

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

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

 span { border-color: rgb(164,179,202); }

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