#A8ABCC

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

Shades of Echo Blue #A8ABCC

Tints of Echo Blue #A8ABCC

Color information

#A8ABCC (or 0xA8ABCC) is unknown color: approx Echo Blue. HEX triplet: A8, AB and CC. RGB value is (168,171,204). Sum of RGB (Red+Green+Blue) = 168+171+204=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABCC is #575433. Grayscale: #ADADAD. Windows color (decimal): -5723188 or 13413288. OLE color: 13413288.

HSL color Cylindrical-coordinate representation of color #A8ABCC: hue angle of 235º degrees, saturation: 0.26, 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 #A8ABCC is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB168171204-
CMYK0.180.1600.2
HSL235º26.09%72.94%-
HSV(B)235º17.65%80%-
XYZ41.6141.8163-
YUV173.86145.01123.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=30.94%
G=31.49%
B=37.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681712040.180.1600.223526.0972.94
HexA8ABCC1210014eb1a49
Octal250253314222002435332111
Binary101010001010101111001100100101000001010011101011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABCC; }

 p { color: rgb(168,171,204); }

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

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

 a { background-color: rgb(168,171,204); }

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

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

 span { border-color: rgb(168,171,204); }

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