#9FC1B1

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

Shades of Skeptic #9FC1B1

Tints of Skeptic #9FC1B1

Color information

#9FC1B1 (or 0x9FC1B1) is unknown color: approx Skeptic. HEX triplet: 9F, C1 and B1. RGB value is (159,193,177). Sum of RGB (Red+Green+Blue) = 159+193+177=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC1B1 is #603E4E. Grayscale: #B5B5B5. Windows color (decimal): -6307407 or 11649439. OLE color: 11649439.

HSL color Cylindrical-coordinate representation of color #9FC1B1: hue angle of 151.76º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FC1B1 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB159193177-
CMYK0.1800.080.24
HSL151.76º21.52%69.02%-
HSV(B)151.76º17.62%75.69%-
XYZ41.348.6948.82-
YUV181.01125.74112.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.06%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=30.06%
G=36.48%
B=33.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591931770.1800.080.24151.7621.5269.02
Hex9FC1B1120818981645
Octal237301261220103023026105
Binary10011111110000011011000110010010001100010011000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,193,177); }

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

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

 a { background-color: rgb(159,193,177); }

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

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

 span { border-color: rgb(159,193,177); }

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