#9FBFC5

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

Shades of Casper #9FBFC5

Tints of Casper #9FBFC5

Color information

#9FBFC5 (or 0x9FBFC5) is unknown color: approx Casper. HEX triplet: 9F, BF and C5. RGB value is (159,191,197). Sum of RGB (Red+Green+Blue) = 159+191+197=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 197 - color contains mainly: blue. Hex color #9FBFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBFC5 is #60403A. Grayscale: #B6B6B6. Windows color (decimal): -6307899 or 12959647. OLE color: 12959647.

HSL color Cylindrical-coordinate representation of color #9FBFC5: hue angle of 189.47º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FBFC5 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB159191197-
CMYK0.190.0300.23
HSL189.47º24.68%69.8%-
HSV(B)189.47º19.29%77.25%-
XYZ43.0148.6659.95-
YUV182.12136.4111.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.07%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=29.07%
G=34.92%
B=36.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591911970.190.0300.23189.4724.6869.8
Hex9FBFC5133017bd1946
Octal23727730523302727531106
Binary100111111011111111000101100111101011110111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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