#9FB7BF

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

Shades of Casper #9FB7BF

Tints of Casper #9FB7BF

Color information

#9FB7BF (or 0x9FB7BF) is unknown color: approx Casper. HEX triplet: 9F, B7 and BF. RGB value is (159,183,191). Sum of RGB (Red+Green+Blue) = 159+183+191=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FB7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB7BF is #604840. Grayscale: #B0B0B0. Windows color (decimal): -6309953 or 12564383. OLE color: 12564383.

HSL color Cylindrical-coordinate representation of color #9FB7BF: hue angle of 195º 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 #9FB7BF is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159183191-
CMYK0.170.0400.25
HSL195º20%68.63%-
HSV(B)195º16.75%74.9%-
XYZ40.644555.83-
YUV176.74136.05115.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 191 (75% from 255) = 35.83%
R=29.83%
G=34.33%
B=35.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591831910.170.0400.251952068.63
Hex9FB7BF114019c31445
Octal23726727721403130324105
Binary1001111110110111101111111000110001100111000011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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