#A8ABDB

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

Shades of Echo Blue #A8ABDB

Tints of Echo Blue #A8ABDB

Color information

#A8ABDB (or 0xA8ABDB) is unknown color: approx Echo Blue. HEX triplet: A8, AB and DB. RGB value is (168,171,219). Sum of RGB (Red+Green+Blue) = 168+171+219=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABDB is #575424. Grayscale: #AFAFAF. Windows color (decimal): -5723173 or 14396328. OLE color: 14396328.

HSL color Cylindrical-coordinate representation of color #A8ABDB: hue angle of 236.47º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8ABDB is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168171219-
CMYK0.230.2200.14
HSL236.47º41.46%75.88%-
HSV(B)236.47º23.29%85.88%-
XYZ43.542.5772.94-
YUV175.58152.51122.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=30.11%
G=30.65%
B=39.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681712190.230.2200.14236.4741.4675.88
HexA8ABDB17160Eec294c
Octal250253333272601635451114
Binary101010001010101111011011101111011001110111011001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABDB; }

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

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

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

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

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

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

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

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