Html Css Color HEX #ADB5CD Echo Blue

📋 copy color: '#ADB5CD'

red 173 ◦ green 181 ◦ blue 205

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

Shades of Echo Blue #ADB5CD

Tints of Echo Blue #ADB5CD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.38%

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

R = 30.95%
G = 32.38%
B = 36.67%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADB5CD (or 0xADB5CD) is known color: Echo Blue. HEX triplet: AD, B5 and CD. RGB value is (173,181,205). Sum of RGB (Red+Green+Blue) = 173+181+205=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADB5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5CD is #524A32. Grayscale: #B5B5B5. Windows color (decimal): -5392947 or 13481389. OLE color: 13481389.

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

Color convert

RGB 173 181 205 -
CMYK 0.16 0.12 0 0.20
HSL 225º 0.24% 0.74% -
HSV(B) 225º 0.16% 0.8% -
XYZ 44.78 46.34 64.34 -
YUV 181.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 173 181 205 0.16 0.12 0 0.20 225 0.24 0.74
Hex AD B5 CD 10 C 0 14 E1 18 4A
Octal 255 265 315 20 14 0 24 341 30 112
Binary 10101101 10110101 11001101 10000 1100 0 10100 11100001 11000 1001010

Color Harmonies of #ADB5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5CD

Black with #ADB5CD

Text Example


Text Example

White with #ADB5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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