#9FB5AB

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

Shades of Skeptic #9FB5AB

Tints of Skeptic #9FB5AB

Color information

#9FB5AB (or 0x9FB5AB) is unknown color: approx Skeptic. HEX triplet: 9F, B5 and AB. RGB value is (159,181,171). Sum of RGB (Red+Green+Blue) = 159+181+171=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB5AB is #604A54. Grayscale: #ADADAD. Windows color (decimal): -6310485 or 11253151. OLE color: 11253151.

HSL color Cylindrical-coordinate representation of color #9FB5AB: hue angle of 152.73º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB5AB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB159181171-
CMYK0.1200.060.29
HSL152.73º12.94%66.67%-
HSV(B)152.73º12.15%70.98%-
XYZ38.1743.3644.89-
YUV173.28126.71117.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 181 (71.09% from 255) = 35.42%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=31.12%
G=35.42%
B=33.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811710.1200.060.29152.7312.9466.67
Hex9FB5ABC061D99d43
Octal23726525314063523115103
Binary10011111101101011010101111000110111011001100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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