#A3B4CE

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

Shades of Echo Blue #A3B4CE

Tints of Echo Blue #A3B4CE

Color information

#A3B4CE (or 0xA3B4CE) is unknown color: approx Echo Blue. HEX triplet: A3, B4 and CE. RGB value is (163,180,206). Sum of RGB (Red+Green+Blue) = 163+180+206=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3B4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B4CE is #5C4B31. Grayscale: #B1B1B1. Windows color (decimal): -6048562 or 13546659. OLE color: 13546659.

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

Color convert

RGB163180206-
CMYK0.210.1300.19
HSL216.28º30.5%72.35%-
HSV(B)216.28º20.87%80.78%-
XYZ42.5744.8964.81-
YUV177.88143.87117.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.69%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=29.69%
G=32.79%
B=37.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631802060.210.1300.19216.2830.572.35
HexA3B4CE15D013d81e48
Octal243264316251502333036110
Binary10100011101101001100111010101110101001111011000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B4CE; }

 p { color: rgb(163,180,206); }

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

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

 a { background-color: rgb(163,180,206); }

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

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

 span { border-color: rgb(163,180,206); }

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