#A4B3CF

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

Shades of Echo Blue #A4B3CF

Tints of Echo Blue #A4B3CF

Color information

#A4B3CF (or 0xA4B3CF) is unknown color: approx Echo Blue. HEX triplet: A4, B3 and CF. RGB value is (164,179,207). Sum of RGB (Red+Green+Blue) = 164+179+207=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4B3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B3CF is #5B4C30. Grayscale: #B1B1B1. Windows color (decimal): -5983281 or 13611940. OLE color: 13611940.

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

Color convert

RGB164179207-
CMYK0.210.1400.19
HSL219.07º30.94%72.75%-
HSV(B)219.07º20.77%81.18%-
XYZ42.6944.6465.4-
YUV177.71144.53118.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.82%
GREEN value IS 179 (70.31% from 255) = 32.55%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=29.82%
G=32.55%
B=37.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641792070.210.1400.19219.0730.9472.75
HexA4B3CF15E013db1f49
Octal244263317251602333337111
Binary10100100101100111100111110101111001001111011011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B3CF; }

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

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

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

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

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

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

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

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