#9FB4AB

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

Shades of Skeptic #9FB4AB

Tints of Skeptic #9FB4AB

Color information

#9FB4AB (or 0x9FB4AB) is unknown color: approx Skeptic. HEX triplet: 9F, B4 and AB. RGB value is (159,180,171). Sum of RGB (Red+Green+Blue) = 159+180+171=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB4AB is #604B54. Grayscale: #ACACAC. Windows color (decimal): -6310741 or 11252895. OLE color: 11252895.

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

Color convert

RGB159180171-
CMYK0.1200.050.29
HSL154.29º12.28%66.47%-
HSV(B)154.29º11.67%70.59%-
XYZ37.9742.9544.82-
YUV172.7127.04118.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.18%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=31.18%
G=35.29%
B=33.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801710.1200.050.29154.2912.2866.47
Hex9FB4ABC051D9ac42
Octal23726425314053523214102
Binary10011111101101001010101111000101111011001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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