#A3B5CF

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

Shades of Echo Blue #A3B5CF

Tints of Echo Blue #A3B5CF

Color information

#A3B5CF (or 0xA3B5CF) is unknown color: approx Echo Blue. HEX triplet: A3, B5 and CF. RGB value is (163,181,207). Sum of RGB (Red+Green+Blue) = 163+181+207=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3B5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B5CF is #5C4A30. Grayscale: #B2B2B2. Windows color (decimal): -6048305 or 13612451. OLE color: 13612451.

HSL color Cylindrical-coordinate representation of color #A3B5CF: hue angle of 215.45º 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 #A3B5CF is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163181207-
CMYK0.210.1300.19
HSL215.45º31.43%72.55%-
HSV(B)215.45º21.26%81.18%-
XYZ42.8945.3465.52-
YUV178.58144.04116.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.58%
GREEN value IS 181 (71.09% from 255) = 32.85%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=29.58%
G=32.85%
B=37.57%

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
Decimal1631812070.210.1300.19215.4531.4372.55
HexA3B5CF15D013d71f49
Octal243265317251502332737111
Binary10100011101101011100111110101110101001111010111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B5CF; }

 p { color: rgb(163,181,207); }

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

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

 a { background-color: rgb(163,181,207); }

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

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

 span { border-color: rgb(163,181,207); }

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