#A5B8CE

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

Shades of Echo Blue #A5B8CE

Tints of Echo Blue #A5B8CE

Color information

#A5B8CE (or 0xA5B8CE) is unknown color: approx Echo Blue. HEX triplet: A5, B8 and CE. RGB value is (165,184,206). Sum of RGB (Red+Green+Blue) = 165+184+206=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #A5B8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B8CE is #5A4731. Grayscale: #B4B4B4. Windows color (decimal): -5916466 or 13547685. OLE color: 13547685.

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

Color convert

RGB165184206-
CMYK0.200.1100.19
HSL212.2º29.5%72.75%-
HSV(B)212.2º19.9%80.78%-
XYZ43.846.7465.11-
YUV180.83142.21116.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.73%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=29.73%
G=33.15%
B=37.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651842060.200.1100.19212.229.572.75
HexA5B8CE14B013d41d49
Octal245270316241302332435111
Binary10100101101110001100111010100101101001111010100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B8CE; }

 p { color: rgb(165,184,206); }

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

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

 a { background-color: rgb(165,184,206); }

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

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

 span { border-color: rgb(165,184,206); }

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