Html Css Color HEX #ADB6CD Echo Blue

📋 copy color: '#ADB6CD'

red 173 ◦ green 182 ◦ blue 205

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

Shades of Echo Blue #ADB6CD

Tints of Echo Blue #ADB6CD

RGB

 RED value IS 173 (67.97% from 255) = 30.89%

 GREEN value IS 182 (71.48% from 255) = 32.5%

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 30.89%
G = 32.5%
B = 36.61%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADB6CD (or 0xADB6CD) is known color: Echo Blue. HEX triplet: AD, B6 and CD. RGB value is (173,182,205). Sum of RGB (Red+Green+Blue) = 173+182+205=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADB6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6CD is #524932. Grayscale: #B5B5B5. Windows color (decimal): -5392691 or 13481645. OLE color: 13481645.

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

Color convert

RGB 173 182 205 -
CMYK 0.16 0.11 0 0.20
HSL 223.13º 0.24% 0.74% -
HSV(B) 223.13º 0.16% 0.8% -
XYZ 44.98 46.75 64.41 -
YUV 181.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 173 182 205 0.16 0.11 0 0.20 223.13 0.24 0.74
Hex AD B6 CD 10 B 0 14 DF 18 4A
Octal 255 266 315 20 13 0 24 337 30 112
Binary 10101101 10110110 11001101 10000 1011 0 10100 11011111 11000 1001010

Color Harmonies of #ADB6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6CD

Black with #ADB6CD

Text Example


Text Example

White with #ADB6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6CD; }

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

 H1.HeaderClassName
 {
   color: #ADB6CD;
 }
 .AnyTagClassName
 {
   color: #ADB6CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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