#A5B4CD

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

Shades of Echo Blue #A5B4CD

Tints of Echo Blue #A5B4CD

Color information

#A5B4CD (or 0xA5B4CD) is unknown color: approx Echo Blue. HEX triplet: A5, B4 and CD. RGB value is (165,180,205). Sum of RGB (Red+Green+Blue) = 165+180+205=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5B4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B4CD is #5A4B32. Grayscale: #B2B2B2. Windows color (decimal): -5917491 or 13481125. OLE color: 13481125.

HSL color Cylindrical-coordinate representation of color #A5B4CD: hue angle of 217.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5B4CD is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165180205-
CMYK0.200.1200.20
HSL217.5º28.57%72.55%-
HSV(B)217.5º19.51%80.39%-
XYZ42.8645.0564.19-
YUV178.36143.03118.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=30%
G=32.73%
B=37.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651802050.200.1200.20217.528.5772.55
HexA5B4CD14C014da1d49
Octal245264315241402433235111
Binary10100101101101001100110110100110001010011011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B4CD; }

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

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

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

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

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

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

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

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