#A5B2D0

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

Shades of Echo Blue #A5B2D0

Tints of Echo Blue #A5B2D0

Color information

#A5B2D0 (or 0xA5B2D0) is unknown color: approx Echo Blue. HEX triplet: A5, B2 and D0. RGB value is (165,178,208). Sum of RGB (Red+Green+Blue) = 165+178+208=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5B2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B2D0 is #5A4D2F. Grayscale: #B1B1B1. Windows color (decimal): -5918000 or 13677221. OLE color: 13677221.

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

Color convert

RGB165178208-
CMYK0.210.1400.18
HSL221.86º31.39%73.14%-
HSV(B)221.86º20.67%81.57%-
XYZ42.8244.3965.99-
YUV177.53145.19119.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=29.95%
G=32.30%
B=37.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651782080.210.1400.18221.8631.3973.14
HexA5B2D015E012de1f49
Octal245262320251602233637111
Binary10100101101100101101000010101111001001011011110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B2D0; }

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

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

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

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

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

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

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

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