#ADB0CD

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

Shades of Echo Blue #ADB0CD

Tints of Echo Blue #ADB0CD

Color information

#ADB0CD (or 0xADB0CD) is unknown color: approx Echo Blue. HEX triplet: AD, B0 and CD. RGB value is (173,176,205). Sum of RGB (Red+Green+Blue) = 173+176+205=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADB0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0CD is #524F32. Grayscale: #B2B2B2. Windows color (decimal): -5394227 or 13480109. OLE color: 13480109.

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

Color convert

RGB173176205-
CMYK0.160.1400.20
HSL234.38º24.24%74.12%-
HSV(B)234.38º15.61%80.39%-
XYZ43.7844.3464.01-
YUV178.41143.01124.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=31.23%
G=31.77%
B=37.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731762050.160.1400.20234.3824.2474.12
HexADB0CD10E014ea184a
Octal255260315201602435230112
Binary10101101101100001100110110000111001010011101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0CD; }

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

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

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

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

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

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

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

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