#A0B4CE

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

Shades of Echo Blue #A0B4CE

Tints of Echo Blue #A0B4CE

Color information

#A0B4CE (or 0xA0B4CE) is unknown color: approx Echo Blue. HEX triplet: A0, B4 and CE. RGB value is (160,180,206). Sum of RGB (Red+Green+Blue) = 160+180+206=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0B4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B4CE is #5F4B31. Grayscale: #B0B0B0. Windows color (decimal): -6245170 or 13546656. OLE color: 13546656.

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

Color convert

RGB160180206-
CMYK0.220.1300.19
HSL213.91º31.94%71.76%-
HSV(B)213.91º22.33%80.78%-
XYZ41.9644.5764.78-
YUV176.98144.37115.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.30%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=29.30%
G=32.97%
B=37.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601802060.220.1300.19213.9131.9471.76
HexA0B4CE16D013d62048
Octal240264316261502332640110
Binary101000001011010011001110101101101010011110101101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B4CE; }

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

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

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

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

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

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

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

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