Html Css Color HEX #ABACBF Echo Blue

📋 copy color: '#ABACBF'

red 171 ◦ green 172 ◦ blue 191

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

Shades of Echo Blue #ABACBF

Tints of Echo Blue #ABACBF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.21%

 BLUE value IS 191 (75% from 255) = 35.77%

R = 32.02%
G = 32.21%
B = 35.77%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABACBF (or 0xABACBF) is known color: Echo Blue. HEX triplet: AB, AC and BF. RGB value is (171,172,191). Sum of RGB (Red+Green+Blue) = 171+172+191=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACBF is #545340. Grayscale: #ADADAD. Windows color (decimal): -5526337 or 12561579. OLE color: 12561579.

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

Color convert

RGB 171 172 191 -
CMYK 0.10 0.10 0 0.25
HSL 237º 0.14% 0.71% -
HSV(B) 237º 0.1% 0.75% -
XYZ 40.95 41.92 55.22 -
YUV 173.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 171 172 191 0.10 0.10 0 0.25 237 0.14 0.71
Hex AB AC BF A A 0 19 ED E 47
Octal 253 254 277 12 12 0 31 355 16 107
Binary 10101011 10101100 10111111 1010 1010 0 11001 11101101 1110 1000111

Color Harmonies of #ABACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACBF

Black with #ABACBF

Text Example


Text Example

White with #ABACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACBF; }

 p { color: rgb(171,172,191); }

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

background-color css

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

 a { background-color: rgb(171,172,191); }

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

border-color css

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

 span { border-color: rgb(171,172,191); }

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