#A0B6CF

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

Shades of Echo Blue #A0B6CF

Tints of Echo Blue #A0B6CF

Color information

#A0B6CF (or 0xA0B6CF) is unknown color: approx Echo Blue. HEX triplet: A0, B6 and CF. RGB value is (160,182,207). Sum of RGB (Red+Green+Blue) = 160+182+207=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0B6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B6CF is #5F4930. Grayscale: #B2B2B2. Windows color (decimal): -6244657 or 13612704. OLE color: 13612704.

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

Color convert

RGB160182207-
CMYK0.230.1200.19
HSL211.91º32.87%71.96%-
HSV(B)211.91º22.71%81.18%-
XYZ42.4945.4365.56-
YUV178.27144.21114.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.14%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=29.14%
G=33.15%
B=37.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601822070.230.1200.19211.9132.8771.96
HexA0B6CF17C013d42148
Octal240266317271402332441110
Binary101000001011011011001111101111100010011110101001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B6CF; }

 p { color: rgb(160,182,207); }

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

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

 a { background-color: rgb(160,182,207); }

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

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

 span { border-color: rgb(160,182,207); }

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