#A5B0DB

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

Shades of Echo Blue #A5B0DB

Tints of Echo Blue #A5B0DB

Color information

#A5B0DB (or 0xA5B0DB) is unknown color: approx Echo Blue. HEX triplet: A5, B0 and DB. RGB value is (165,176,219). Sum of RGB (Red+Green+Blue) = 165+176+219=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B0DB is #5A4F24. Grayscale: #B1B1B1. Windows color (decimal): -5918501 or 14397605. OLE color: 14397605.

HSL color Cylindrical-coordinate representation of color #A5B0DB: hue angle of 227.78º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5B0DB is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165176219-
CMYK0.250.2000.14
HSL227.78º42.86%75.29%-
HSV(B)227.78º24.66%85.88%-
XYZ43.8344.1673.23-
YUV177.61151.36119-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=29.46%
G=31.43%
B=39.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651762190.250.2000.14227.7842.8675.29
HexA5B0DB19140Ee42b4b
Octal245260333312401634453113
Binary101001011011000011011011110011010001110111001001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B0DB; }

 p { color: rgb(165,176,219); }

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

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

 a { background-color: rgb(165,176,219); }

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

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

 span { border-color: rgb(165,176,219); }

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