#9BAFA8

Color #9BAFA8 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #9BAFA8

Tints of Tower Grey #9BAFA8

Color information

#9BAFA8 (or 0x9BAFA8) is unknown color: approx Tower Grey. HEX triplet: 9B, AF and A8. RGB value is (155,175,168). Sum of RGB (Red+Green+Blue) = 155+175+168=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAFA8 is #645057. Grayscale: #A8A8A8. Windows color (decimal): -6574168 or 11055003. OLE color: 11055003.

HSL color Cylindrical-coordinate representation of color #9BAFA8: hue angle of 159º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAFA8 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB155175168-
CMYK0.1100.040.31
HSL159º11.11%64.71%-
HSV(B)159º11.43%68.63%-
XYZ35.9240.4642.96-
YUV168.22127.87118.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.12%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 168 (66.02% from 255) = 33.73%
R=31.12%
G=35.14%
B=33.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751680.1100.040.3115911.1164.71
Hex9BAFA8B041F9fb41
Octal23325725013043723713101
Binary10011011101011111010100010110100111111001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BAFA8; }

 p { color: rgb(155,175,168); }

 H1.HeaderClassName
 {
   color: #9BAFA8;
 }
 .AnyTagClassName
 {
   color: #9BAFA8;
 }
</style>
background-color css

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

 a { background-color: rgb(155,175,168); }

 div.DivClassName
 {
   background-color: #9BAFA8;
 }
 .BgClassName
 {
   background-color: #9BAFA8;
 }
</style>
border-color css

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

 span { border-color: rgb(155,175,168); }

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