Html Css Color HEX #ADB9CD Echo Blue

📋 copy color: '#ADB9CD'

red 173 ◦ green 185 ◦ blue 205

#ADB9CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #ADB9CD

Tints of Echo Blue #ADB9CD

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 value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADB9CD (or 0xADB9CD) is known color: 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

RGB 173 185 205 -
CMYK 0.16 0.10 0 0.20
HSL 217.5º 0.24% 0.74% -
HSV(B) 217.5º 0.16% 0.8% -
XYZ 45.6 47.99 64.62 -
YUV 183.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 173 185 205 0.16 0.10 0 0.20 217.5 0.24 0.74
Hex AD B9 CD 10 A 0 14 DA 18 4A
Octal 255 271 315 20 12 0 24 332 30 112
Binary 10101101 10111001 11001101 10000 1010 0 10100 11011010 11000 1001010

Color Harmonies of #ADB9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9CD

Black with #ADB9CD

Text Example


Text Example

White with #ADB9CD

Text Example


Text Example

HTML Codes & Css Web 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>