Html Css Color HEX #ADB2CD Echo Blue

📋 copy color: '#ADB2CD'

red 173 ◦ green 178 ◦ blue 205

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

Shades of Echo Blue #ADB2CD

Tints of Echo Blue #ADB2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.01%

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

R = 31.12%
G = 32.01%
B = 36.87%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADB2CD (or 0xADB2CD) is known color: Echo Blue. HEX triplet: AD, B2 and CD. RGB value is (173,178,205). Sum of RGB (Red+Green+Blue) = 173+178+205=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADB2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2CD is #524D32. Grayscale: #B3B3B3. Windows color (decimal): -5393715 or 13480621. OLE color: 13480621.

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

Color convert

RGB 173 178 205 -
CMYK 0.16 0.13 0 0.20
HSL 230.63º 0.24% 0.74% -
HSV(B) 230.63º 0.16% 0.8% -
XYZ 44.17 45.13 64.14 -
YUV 179.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 173 178 205 0.16 0.13 0 0.20 230.63 0.24 0.74
Hex AD B2 CD 10 D 0 14 E7 18 4A
Octal 255 262 315 20 15 0 24 347 30 112
Binary 10101101 10110010 11001101 10000 1101 0 10100 11100111 11000 1001010

Color Harmonies of #ADB2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2CD

Black with #ADB2CD

Text Example


Text Example

White with #ADB2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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