#A1B8CE

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

Shades of Echo Blue #A1B8CE

Tints of Echo Blue #A1B8CE

Color information

#A1B8CE (or 0xA1B8CE) is unknown color: approx Echo Blue. HEX triplet: A1, B8 and CE. RGB value is (161,184,206). Sum of RGB (Red+Green+Blue) = 161+184+206=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1B8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B8CE is #5E4731. Grayscale: #B3B3B3. Windows color (decimal): -6178610 or 13547681. OLE color: 13547681.

HSL color Cylindrical-coordinate representation of color #A1B8CE: hue angle of 209.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1B8CE is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161184206-
CMYK0.220.1100.19
HSL209.33º31.47%71.96%-
HSV(B)209.33º21.84%80.78%-
XYZ42.9846.3165.07-
YUV179.63142.88114.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 184 (72.27% from 255) = 33.39%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=29.22%
G=33.39%
B=37.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611842060.220.1100.19209.3331.4771.96
HexA1B8CE16B013d11f48
Octal241270316261302332137110
Binary10100001101110001100111010110101101001111010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B8CE; }

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

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

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

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

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

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

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

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