Html Css Color HEX #ABADC0 Echo Blue

📋 copy color: '#ABADC0'

red 171 ◦ green 173 ◦ blue 192

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

Shades of Echo Blue #ABADC0

Tints of Echo Blue #ABADC0

RGB

 RED value IS 171 (67.19% from 255) = 31.9%

 GREEN value IS 173 (67.97% from 255) = 32.28%

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 31.9%
G = 32.28%
B = 35.82%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABADC0 (or 0xABADC0) is known color: Echo Blue. HEX triplet: AB, AD and C0. RGB value is (171,173,192). Sum of RGB (Red+Green+Blue) = 171+173+192=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADC0 is #54523F. Grayscale: #AEAEAE. Windows color (decimal): -5526080 or 12627371. OLE color: 12627371.

HSL color Cylindrical-coordinate representation of color #ABADC0: hue angle of 234.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABADC0 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 173 192 -
CMYK 0.11 0.10 0 0.25
HSL 234.29º 0.14% 0.71% -
HSV(B) 234.29º 0.11% 0.75% -
XYZ 41.25 42.35 55.87 -
YUV 174.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 171 173 192 0.11 0.10 0 0.25 234.29 0.14 0.71
Hex AB AD C0 B A 0 19 EA E 47
Octal 253 255 300 13 12 0 31 352 16 107
Binary 10101011 10101101 11000000 1011 1010 0 11001 11101010 1110 1000111

Color Harmonies of #ABADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADC0

Black with #ABADC0

Text Example


Text Example

White with #ABADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADC0; }

 p { color: rgb(171,173,192); }

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

background-color css

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

 a { background-color: rgb(171,173,192); }

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

border-color css

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

 span { border-color: rgb(171,173,192); }

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