#A5B1D0

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

Shades of Echo Blue #A5B1D0

Tints of Echo Blue #A5B1D0

Color information

#A5B1D0 (or 0xA5B1D0) is unknown color: approx Echo Blue. HEX triplet: A5, B1 and D0. RGB value is (165,177,208). Sum of RGB (Red+Green+Blue) = 165+177+208=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5B1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B1D0 is #5A4E2F. Grayscale: #B0B0B0. Windows color (decimal): -5918256 or 13676965. OLE color: 13676965.

HSL color Cylindrical-coordinate representation of color #A5B1D0: hue angle of 223.26º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5B1D0 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165177208-
CMYK0.210.1500.18
HSL223.26º31.39%73.14%-
HSV(B)223.26º20.67%81.57%-
XYZ42.624465.92-
YUV176.95145.52119.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=30%
G=32.18%
B=37.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651772080.210.1500.18223.2631.3973.14
HexA5B1D015F012df1f49
Octal245261320251702233737111
Binary10100101101100011101000010101111101001011011111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B1D0; }

 p { color: rgb(165,177,208); }

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

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

 a { background-color: rgb(165,177,208); }

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

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

 span { border-color: rgb(165,177,208); }

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