#a7adcf

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

Shades of Echo Blue #A7ADCF

Tints of Echo Blue #A7ADCF

Color information

#A7ADCF (or 0xA7ADCF) is unknown color: approx Echo Blue. HEX triplet: A7, AD and CF. RGB value is (167,173,207). Sum of RGB (Red+Green+Blue) = 167+173+207=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #A7ADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ADCF is #585230. Grayscale: #AEAEAE. Windows color (decimal): -5788209 or 13610407. OLE color: 13610407.

HSL color Cylindrical-coordinate representation of color #A7ADCF: hue angle of 231º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7ADCF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167173207-
CMYK0.190.1600.19
HSL231º29.41%73.33%-
HSV(B)231º19.32%81.18%-
XYZ42.1442.6165.03-
YUV175.08146.01122.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.53%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=30.53%
G=31.63%
B=37.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671732070.190.1600.1923129.4173.33
HexA7ADCF1310013e71d49
Octal247255317232002334735111
Binary101001111010110111001111100111000001001111100111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7adcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7adcf; }

 p { color: rgb(167,173,207); }

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

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

 a { background-color: rgb(167,173,207); }

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

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

 span { border-color: rgb(167,173,207); }

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