#A8ADBF

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

Shades of Echo Blue #A8ADBF

Tints of Echo Blue #A8ADBF

Color information

#A8ADBF (or 0xA8ADBF) is unknown color: approx Echo Blue. HEX triplet: A8, AD and BF. RGB value is (168,173,191). Sum of RGB (Red+Green+Blue) = 168+173+191=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADBF is #575240. Grayscale: #ADADAD. Windows color (decimal): -5722689 or 12561832. OLE color: 12561832.

HSL color Cylindrical-coordinate representation of color #A8ADBF: hue angle of 226.96º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8ADBF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168173191-
CMYK0.120.0900.25
HSL226.96º15.23%70.39%-
HSV(B)226.96º12.04%74.9%-
XYZ40.541.9755.26-
YUV173.56137.84124.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 191 (75% from 255) = 35.90%
R=31.58%
G=32.52%
B=35.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681731910.120.0900.25226.9615.2370.39
HexA8ADBFC9019e3f46
Octal250255277141103134317106
Binary101010001010110110111111110010010110011110001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADBF; }

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

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

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

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

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

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

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

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