#9FB7AB

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

Shades of Skeptic #9FB7AB

Tints of Skeptic #9FB7AB

Color information

#9FB7AB (or 0x9FB7AB) is unknown color: approx Skeptic. HEX triplet: 9F, B7 and AB. RGB value is (159,183,171). Sum of RGB (Red+Green+Blue) = 159+183+171=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB7AB is #604854. Grayscale: #AEAEAE. Windows color (decimal): -6309973 or 11253663. OLE color: 11253663.

HSL color Cylindrical-coordinate representation of color #9FB7AB: hue angle of 150º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FB7AB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB159183171-
CMYK0.1300.070.28
HSL150º14.29%67.06%-
HSV(B)150º13.11%71.76%-
XYZ38.5844.1845.02-
YUV174.46126.05116.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=30.99%
G=35.67%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591831710.1300.070.2815014.2967.06
Hex9FB7ABD071C96e43
Octal23726725315073422616103
Binary10011111101101111010101111010111111001001011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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