#A5B4DB

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

Shades of Echo Blue #A5B4DB

Tints of Echo Blue #A5B4DB

Color information

#A5B4DB (or 0xA5B4DB) is unknown color: approx Echo Blue. HEX triplet: A5, B4 and DB. RGB value is (165,180,219). Sum of RGB (Red+Green+Blue) = 165+180+219=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B4DB is #5A4B24. Grayscale: #B3B3B3. Windows color (decimal): -5917477 or 14398629. OLE color: 14398629.

HSL color Cylindrical-coordinate representation of color #A5B4DB: hue angle of 223.33º 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 #A5B4DB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165180219-
CMYK0.250.1800.14
HSL223.33º42.86%75.29%-
HSV(B)223.33º24.66%85.88%-
XYZ44.6245.7673.5-
YUV179.96150.03117.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.26%
GREEN value IS 180 (70.70% from 255) = 31.91%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=29.26%
G=31.91%
B=38.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651802190.250.1800.14223.3342.8675.29
HexA5B4DB19120Edf2b4b
Octal245264333312201633753113
Binary101001011011010011011011110011001001110110111111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B4DB; }

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

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

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

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

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

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

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

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