#A0B2DB

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

Shades of Echo Blue #A0B2DB

Tints of Echo Blue #A0B2DB

Color information

#A0B2DB (or 0xA0B2DB) is unknown color: approx Echo Blue. HEX triplet: A0, B2 and DB. RGB value is (160,178,219). Sum of RGB (Red+Green+Blue) = 160+178+219=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B2DB is #5F4D24. Grayscale: #B1B1B1. Windows color (decimal): -6245669 or 14398112. OLE color: 14398112.

HSL color Cylindrical-coordinate representation of color #A0B2DB: hue angle of 221.69º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0B2DB is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160178219-
CMYK0.270.1900.14
HSL221.69º45.04%74.31%-
HSV(B)221.69º26.94%85.88%-
XYZ43.244.4373.32-
YUV177.29151.54115.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.73%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=28.73%
G=31.96%
B=39.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601782190.270.1900.14221.6945.0474.31
HexA0B2DB1B130Ede2d4a
Octal240262333332301633655112
Binary101000001011001011011011110111001101110110111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B2DB; }

 p { color: rgb(160,178,219); }

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

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

 a { background-color: rgb(160,178,219); }

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

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

 span { border-color: rgb(160,178,219); }

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