#a4b3cd

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

Shades of Echo Blue #A4B3CD

Tints of Echo Blue #A4B3CD

Color information

#A4B3CD (or 0xA4B3CD) is unknown color: approx Echo Blue. HEX triplet: A4, B3 and CD. RGB value is (164,179,205). Sum of RGB (Red+Green+Blue) = 164+179+205=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4B3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B3CD is #5B4C32. Grayscale: #B1B1B1. Windows color (decimal): -5983283 or 13480868. OLE color: 13480868.

HSL color Cylindrical-coordinate representation of color #A4B3CD: hue angle of 218.05º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4B3CD is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164179205-
CMYK0.20.1300.20
HSL218.05º29.08%72.35%-
HSV(B)218.05º20%80.39%-
XYZ42.4544.5464.12-
YUV177.48143.53118.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.93%
GREEN value IS 179 (70.31% from 255) = 32.66%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=29.93%
G=32.66%
B=37.41%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641792050.20.1300.20218.0529.0872.35
HexA4B3CD14D014da1d48
Octal244263315241502433235110
Binary10100100101100111100110110100110101010011011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4b3cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4b3cd; }

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

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

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

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

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

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

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

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