#9fbfc9

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

Shades of Heather #9FBFC9

Tints of Heather #9FBFC9

Color information

#9FBFC9 (or 0x9FBFC9) is unknown color: approx Heather. HEX triplet: 9F, BF and C9. RGB value is (159,191,201). Sum of RGB (Red+Green+Blue) = 159+191+201=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 201 - color contains mainly: blue. Hex color #9FBFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBFC9 is #604036. Grayscale: #B6B6B6. Windows color (decimal): -6307895 or 13221791. OLE color: 13221791.

HSL color Cylindrical-coordinate representation of color #9FBFC9: hue angle of 194.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FBFC9 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159191201-
CMYK0.210.0500.21
HSL194.29º28%70.59%-
HSV(B)194.29º20.9%78.82%-
XYZ43.4748.8562.4-
YUV182.57138.4111.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.86%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=28.86%
G=34.66%
B=36.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591912010.210.0500.21194.292870.59
Hex9FBFC9155015c21c47
Octal23727731125502530234107
Binary1001111110111111110010011010110101010111000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fbfc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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