#A5B0CD

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

Shades of Echo Blue #A5B0CD

Tints of Echo Blue #A5B0CD

Color information

#A5B0CD (or 0xA5B0CD) is unknown color: approx Echo Blue. HEX triplet: A5, B0 and CD. RGB value is (165,176,205). Sum of RGB (Red+Green+Blue) = 165+176+205=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5B0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B0CD is #5A4F32. Grayscale: #AFAFAF. Windows color (decimal): -5918515 or 13480101. OLE color: 13480101.

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

Color convert

RGB165176205-
CMYK0.200.1400.20
HSL223.5º28.57%72.55%-
HSV(B)223.5º19.51%80.39%-
XYZ42.0643.4663.93-
YUV176.02144.36120.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.22%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=30.22%
G=32.23%
B=37.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651762050.200.1400.20223.528.5772.55
HexA5B0CD14E014e01d49
Octal245260315241602434035111
Binary10100101101100001100110110100111001010011100000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B0CD; }

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

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

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

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

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

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

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

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