#ADB2CD

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

Shades of Echo Blue #ADB2CD

Tints of Echo Blue #ADB2CD

Color information

#ADB2CD (or 0xADB2CD) is unknown color: approx Echo Blue. HEX triplet: AD, B2 and CD. RGB value is (173,178,205). Sum of RGB (Red+Green+Blue) = 173+178+205=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADB2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2CD is #524D32. Grayscale: #B3B3B3. Windows color (decimal): -5393715 or 13480621. OLE color: 13480621.

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

Color convert

RGB173178205-
CMYK0.160.1300.20
HSL230.62º24.24%74.12%-
HSV(B)230.62º15.61%80.39%-
XYZ44.1745.1364.14-
YUV179.58142.34123.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=31.12%
G=32.01%
B=36.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731782050.160.1300.20230.6224.2474.12
HexADB2CD10D014e7184a
Octal255262315201502434730112
Binary10101101101100101100110110000110101010011100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB2CD; }

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

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

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

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

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

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

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

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