#A8ADCD

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

Shades of Echo Blue #A8ADCD

Tints of Echo Blue #A8ADCD

Color information

#A8ADCD (or 0xA8ADCD) is unknown color: approx Echo Blue. HEX triplet: A8, AD and CD. RGB value is (168,173,205). Sum of RGB (Red+Green+Blue) = 168+173+205=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADCD is #575232. Grayscale: #AFAFAF. Windows color (decimal): -5722675 or 13479336. OLE color: 13479336.

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

Color convert

RGB168173205-
CMYK0.180.1600.20
HSL231.89º27.01%73.14%-
HSV(B)231.89º18.05%80.39%-
XYZ42.1142.6263.76-
YUV175.15144.84122.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.77%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=30.77%
G=31.68%
B=37.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681732050.180.1600.20231.8927.0173.14
HexA8ADCD1210014e81b49
Octal250255315222002435033111
Binary101010001010110111001101100101000001010011101000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADCD; }

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

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

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

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

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

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

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

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