Html Css Color HEX #ADB4CD Echo Blue

📋 copy color: '#ADB4CD'

red 173 ◦ green 180 ◦ blue 205

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

Shades of Echo Blue #ADB4CD

Tints of Echo Blue #ADB4CD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.26%

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

R = 31%
G = 32.26%
B = 36.74%

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

#ADB4CD (or 0xADB4CD) is known color: Echo Blue. HEX triplet: AD, B4 and CD. RGB value is (173,180,205). Sum of RGB (Red+Green+Blue) = 173+180+205=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADB4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4CD is #524B32. Grayscale: #B4B4B4. Windows color (decimal): -5393203 or 13481133. OLE color: 13481133.

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

Color convert

RGB 173 180 205 -
CMYK 0.16 0.12 0 0.20
HSL 226.88º 0.24% 0.74% -
HSV(B) 226.88º 0.16% 0.8% -
XYZ 44.57 45.93 64.27 -
YUV 180.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 173 180 205 0.16 0.12 0 0.20 226.88 0.24 0.74
Hex AD B4 CD 10 C 0 14 E3 18 4A
Octal 255 264 315 20 14 0 24 343 30 112
Binary 10101101 10110100 11001101 10000 1100 0 10100 11100011 11000 1001010

Color Harmonies of #ADB4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4CD

Black with #ADB4CD

Text Example


Text Example

White with #ADB4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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