#A8ACDB

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

Shades of Echo Blue #A8ACDB

Tints of Echo Blue #A8ACDB

Color information

#A8ACDB (or 0xA8ACDB) is unknown color: approx Echo Blue. HEX triplet: A8, AC and DB. RGB value is (168,172,219). Sum of RGB (Red+Green+Blue) = 168+172+219=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACDB is #575324. Grayscale: #AFAFAF. Windows color (decimal): -5722917 or 14396584. OLE color: 14396584.

HSL color Cylindrical-coordinate representation of color #A8ACDB: hue angle of 235.29º 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 #A8ACDB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168172219-
CMYK0.230.2100.14
HSL235.29º41.46%75.88%-
HSV(B)235.29º23.29%85.88%-
XYZ43.6942.9473-
YUV176.16152.17122.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.05%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=30.05%
G=30.77%
B=39.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681722190.230.2100.14235.2941.4675.88
HexA8ACDB17150Eeb294c
Octal250254333272501635351114
Binary101010001010110011011011101111010101110111010111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACDB; }

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

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

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

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

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

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

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

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