#A0B0CF

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

Shades of Echo Blue #A0B0CF

Tints of Echo Blue #A0B0CF

Color information

#A0B0CF (or 0xA0B0CF) is unknown color: approx Echo Blue. HEX triplet: A0, B0 and CF. RGB value is (160,176,207). Sum of RGB (Red+Green+Blue) = 160+176+207=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0CF is #5F4F30. Grayscale: #AEAEAE. Windows color (decimal): -6246193 or 13611168. OLE color: 13611168.

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

Color convert

RGB160176207-
CMYK0.230.1500.19
HSL219.57º32.87%71.96%-
HSV(B)219.57º22.71%81.18%-
XYZ41.2943.0365.16-
YUV174.75146.2117.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.47%
GREEN value IS 176 (69.14% from 255) = 32.41%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=29.47%
G=32.41%
B=38.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601762070.230.1500.19219.5732.8771.96
HexA0B0CF17F013dc2148
Octal240260317271702333441110
Binary101000001011000011001111101111111010011110111001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B0CF; }

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

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

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

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

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

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

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

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