#A8ADCB

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

Shades of Echo Blue #A8ADCB

Tints of Echo Blue #A8ADCB

Color information

#A8ADCB (or 0xA8ADCB) is unknown color: approx Echo Blue. HEX triplet: A8, AD and CB. RGB value is (168,173,203). Sum of RGB (Red+Green+Blue) = 168+173+203=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADCB is #575234. Grayscale: #AEAEAE. Windows color (decimal): -5722677 or 13348264. OLE color: 13348264.

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

Color convert

RGB168173203-
CMYK0.170.1500.20
HSL231.43º25.18%72.75%-
HSV(B)231.43º17.24%79.61%-
XYZ41.8742.5262.5-
YUV174.92143.84123.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=30.88%
G=31.80%
B=37.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681732030.170.1500.20231.4325.1872.75
HexA8ADCB11F014e71949
Octal250255313211702434731111
Binary10101000101011011100101110001111101010011100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADCB; }

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

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

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

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

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

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

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

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