#9FBCB0

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

Shades of Skeptic #9FBCB0

Tints of Skeptic #9FBCB0

Color information

#9FBCB0 (or 0x9FBCB0) is unknown color: approx Skeptic. HEX triplet: 9F, BC and B0. RGB value is (159,188,176). Sum of RGB (Red+Green+Blue) = 159+188+176=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCB0 is #60434F. Grayscale: #B1B1B1. Windows color (decimal): -6308688 or 11582623. OLE color: 11582623.

HSL color Cylindrical-coordinate representation of color #9FBCB0: hue angle of 155.17º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCB0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB159188176-
CMYK0.1500.060.26
HSL155.17º17.79%68.04%-
HSV(B)155.17º15.43%73.73%-
XYZ40.1246.4747.93-
YUV177.96126.89114.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 176 (69.14% from 255) = 33.65%
R=30.40%
G=35.95%
B=33.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881760.1500.060.26155.1717.7968.04
Hex9FBCB0F061A9b1244
Octal23727426017063223322104
Binary100111111011110010110000111101101101010011011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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