Html Css Color HEX #ABAFBF Echo Blue

📋 copy color: '#ABAFBF'

red 171 ◦ green 175 ◦ blue 191

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

Shades of Echo Blue #ABAFBF

Tints of Echo Blue #ABAFBF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.59%

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

R = 31.84%
G = 32.59%
B = 35.57%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABAFBF (or 0xABAFBF) is known color: Echo Blue. HEX triplet: AB, AF and BF. RGB value is (171,175,191). Sum of RGB (Red+Green+Blue) = 171+175+191=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFBF is #545040. Grayscale: #AFAFAF. Windows color (decimal): -5525569 or 12562347. OLE color: 12562347.

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

Color convert

RGB 171 175 191 -
CMYK 0.10 0.08 0 0.25
HSL 228º 0.14% 0.71% -
HSV(B) 228º 0.1% 0.75% -
XYZ 41.53 43.08 55.42 -
YUV 175.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 171 175 191 0.10 0.08 0 0.25 228 0.14 0.71
Hex AB AF BF A 8 0 19 E4 E 47
Octal 253 257 277 12 10 0 31 344 16 107
Binary 10101011 10101111 10111111 1010 1000 0 11001 11100100 1110 1000111

Color Harmonies of #ABAFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFBF

Black with #ABAFBF

Text Example


Text Example

White with #ABAFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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