#9FB1AB

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

Shades of Skeptic #9FB1AB

Tints of Skeptic #9FB1AB

Color information

#9FB1AB (or 0x9FB1AB) is unknown color: approx Skeptic. HEX triplet: 9F, B1 and AB. RGB value is (159,177,171). Sum of RGB (Red+Green+Blue) = 159+177+171=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB1AB is #604E54. Grayscale: #AAAAAA. Windows color (decimal): -6311509 or 11252127. OLE color: 11252127.

HSL color Cylindrical-coordinate representation of color #9FB1AB: hue angle of 160º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FB1AB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB159177171-
CMYK0.1000.030.31
HSL160º10.34%65.88%-
HSV(B)160º10.17%69.41%-
XYZ37.3741.7644.62-
YUV170.93128.04119.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=31.36%
G=34.91%
B=33.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771710.1000.030.3116010.3465.88
Hex9FB1ABA031Fa0a42
Octal23726125312033724012102
Binary1001111110110001101010111010011111111010000010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,171); }

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

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

 a { background-color: rgb(159,177,171); }

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

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

 span { border-color: rgb(159,177,171); }

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