#A5B5CD

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

Shades of Echo Blue #A5B5CD

Tints of Echo Blue #A5B5CD

Color information

#A5B5CD (or 0xA5B5CD) is unknown color: approx Echo Blue. HEX triplet: A5, B5 and CD. RGB value is (165,181,205). Sum of RGB (Red+Green+Blue) = 165+181+205=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5B5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B5CD is #5A4A32. Grayscale: #B2B2B2. Windows color (decimal): -5917235 or 13481381. OLE color: 13481381.

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

Color convert

RGB165181205-
CMYK0.200.1200.20
HSL216º28.57%72.55%-
HSV(B)216º19.51%80.39%-
XYZ43.0645.4564.26-
YUV178.95142.7118.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 181 (71.09% from 255) = 32.85%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=29.95%
G=32.85%
B=37.21%

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
Decimal1651812050.200.1200.2021628.5772.55
HexA5B5CD14C014d81d49
Octal245265315241402433035111
Binary10100101101101011100110110100110001010011011000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B5CD; }

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

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

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

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

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

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

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

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