#ADB9CD

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

Shades of Echo Blue #ADB9CD

Tints of Echo Blue #ADB9CD

Color information

#ADB9CD (or 0xADB9CD) is unknown color: approx Echo Blue. HEX triplet: AD, B9 and CD. RGB value is (173,185,205). Sum of RGB (Red+Green+Blue) = 173+185+205=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADB9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9CD is #524632. Grayscale: #B7B7B7. Windows color (decimal): -5391923 or 13482413. OLE color: 13482413.

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

Color convert

RGB173185205-
CMYK0.160.1000.20
HSL217.5º24.24%74.12%-
HSV(B)217.5º15.61%80.39%-
XYZ45.647.9964.62-
YUV183.69140.02120.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=30.73%
G=32.86%
B=36.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731852050.160.1000.20217.524.2474.12
HexADB9CD10A014da184a
Octal255271315201202433230112
Binary10101101101110011100110110000101001010011011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9CD; }

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

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

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

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

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

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

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

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