#9FBFAD

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

Shades of Skeptic #9FBFAD

Tints of Skeptic #9FBFAD

Color information

#9FBFAD (or 0x9FBFAD) is unknown color: approx Skeptic. HEX triplet: 9F, BF and AD. RGB value is (159,191,173). Sum of RGB (Red+Green+Blue) = 159+191+173=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBFAD is #604052. Grayscale: #B3B3B3. Windows color (decimal): -6307923 or 11386783. OLE color: 11386783.

HSL color Cylindrical-coordinate representation of color #9FBFAD: hue angle of 146.25º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FBFAD is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB159191173-
CMYK0.1700.090.25
HSL146.25º20%68.63%-
HSV(B)146.25º16.75%74.9%-
XYZ40.4747.6546.6-
YUV179.38124.4113.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=30.40%
G=36.52%
B=33.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911730.1700.090.25146.252068.63
Hex9FBFAD110919921445
Octal237277255210113122224105
Binary10011111101111111010110110001010011100110010010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,173); }

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

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

 a { background-color: rgb(159,191,173); }

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

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

 span { border-color: rgb(159,191,173); }

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