#A8B1CD

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

Shades of Echo Blue #A8B1CD

Tints of Echo Blue #A8B1CD

Color information

#A8B1CD (or 0xA8B1CD) is unknown color: approx Echo Blue. HEX triplet: A8, B1 and CD. RGB value is (168,177,205). Sum of RGB (Red+Green+Blue) = 168+177+205=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8B1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B1CD is #574E32. Grayscale: #B1B1B1. Windows color (decimal): -5721651 or 13480360. OLE color: 13480360.

HSL color Cylindrical-coordinate representation of color #A8B1CD: hue angle of 225.41º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8B1CD is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168177205-
CMYK0.180.1400.20
HSL225.41º27.01%73.14%-
HSV(B)225.41º18.05%80.39%-
XYZ42.8944.1864.02-
YUV177.5143.52121.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.55%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=30.55%
G=32.18%
B=37.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681772050.180.1400.20225.4127.0173.14
HexA8B1CD12E014e11b49
Octal250261315221602434133111
Binary10101000101100011100110110010111001010011100001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B1CD; }

 p { color: rgb(168,177,205); }

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

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

 a { background-color: rgb(168,177,205); }

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

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

 span { border-color: rgb(168,177,205); }

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