Html Css Color HEX #ABB3C0 Echo Blue

📋 copy color: '#ABB3C0'

red 171 ◦ green 179 ◦ blue 192

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

Shades of Echo Blue #ABB3C0

Tints of Echo Blue #ABB3C0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.03%

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

R = 31.55%
G = 33.03%
B = 35.42%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABB3C0 (or 0xABB3C0) is known color: Echo Blue. HEX triplet: AB, B3 and C0. RGB value is (171,179,192). Sum of RGB (Red+Green+Blue) = 171+179+192=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABB3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB3C0 is #544C3F. Grayscale: #B2B2B2. Windows color (decimal): -5524544 or 12628907. OLE color: 12628907.

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

Color convert

RGB 171 179 192 -
CMYK 0.11 0.07 0 0.25
HSL 217.14º 0.14% 0.71% -
HSV(B) 217.14º 0.11% 0.75% -
XYZ 42.43 44.7 56.26 -
YUV 178.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 171 179 192 0.11 0.07 0 0.25 217.14 0.14 0.71
Hex AB B3 C0 B 7 0 19 D9 E 47
Octal 253 263 300 13 7 0 31 331 16 107
Binary 10101011 10110011 11000000 1011 111 0 11001 11011001 1110 1000111

Color Harmonies of #ABB3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB3C0

Black with #ABB3C0

Text Example


Text Example

White with #ABB3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB3C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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