#ADB7CD

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

Shades of Echo Blue #ADB7CD

Tints of Echo Blue #ADB7CD

Color information

#ADB7CD (or 0xADB7CD) is unknown color: approx Echo Blue. HEX triplet: AD, B7 and CD. RGB value is (173,183,205). Sum of RGB (Red+Green+Blue) = 173+183+205=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADB7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7CD is #524832. Grayscale: #B6B6B6. Windows color (decimal): -5392435 or 13481901. OLE color: 13481901.

HSL color Cylindrical-coordinate representation of color #ADB7CD: hue angle of 221.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB7CD is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173183205-
CMYK0.160.1100.20
HSL221.25º24.24%74.12%-
HSV(B)221.25º15.61%80.39%-
XYZ45.1947.1664.48-
YUV182.52140.69121.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 183 (71.88% from 255) = 32.62%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=30.84%
G=32.62%
B=36.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731832050.160.1100.20221.2524.2474.12
HexADB7CD10B014dd184a
Octal255267315201302433530112
Binary10101101101101111100110110000101101010011011101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7CD; }

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

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

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

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

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

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

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

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