#A0B0D7

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

Shades of Echo Blue #A0B0D7

Tints of Echo Blue #A0B0D7

Color information

#A0B0D7 (or 0xA0B0D7) is unknown color: approx Echo Blue. HEX triplet: A0, B0 and D7. RGB value is (160,176,215). Sum of RGB (Red+Green+Blue) = 160+176+215=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #A0B0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0D7 is #5F4F28. Grayscale: #AFAFAF. Windows color (decimal): -6246185 or 14135456. OLE color: 14135456.

HSL color Cylindrical-coordinate representation of color #A0B0D7: hue angle of 222.55º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0B0D7 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160176215-
CMYK0.260.1800.16
HSL222.55º40.74%73.53%-
HSV(B)222.55º25.58%84.31%-
XYZ42.2943.4370.44-
YUV175.66150.2116.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 215 (84.38% from 255) = 39.02%
R=29.04%
G=31.94%
B=39.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601762150.260.1800.16222.5540.7473.53
HexA0B0D71A12010df294a
Octal240260327322202033751112
Binary1010000010110000110101111101010010010000110111111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B0D7; }

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

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

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

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

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

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

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

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