#9FB0A8

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

Shades of Skeptic #9FB0A8

Tints of Skeptic #9FB0A8

Color information

#9FB0A8 (or 0x9FB0A8) is unknown color: approx Skeptic. HEX triplet: 9F, B0 and A8. RGB value is (159,176,168). Sum of RGB (Red+Green+Blue) = 159+176+168=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB0A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB0A8 is #604F57. Grayscale: #AAAAAA. Windows color (decimal): -6311768 or 11055263. OLE color: 11055263.

HSL color Cylindrical-coordinate representation of color #9FB0A8: hue angle of 151.76º 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 #9FB0A8 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB159176168-
CMYK0.1000.050.31
HSL151.76º9.71%65.69%-
HSV(B)151.76º9.66%69.02%-
XYZ36.8941.2543.06-
YUV170126.87120.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 168 (66.02% from 255) = 33.40%
R=31.61%
G=34.99%
B=33.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591761680.1000.050.31151.769.7165.69
Hex9FB0A8A051F98a42
Octal23726025012053723012102
Binary10011111101100001010100010100101111111001100010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,168); }

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

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

 a { background-color: rgb(159,176,168); }

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

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

 span { border-color: rgb(159,176,168); }

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