#9FBCC9

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

Shades of Heather #9FBCC9

Tints of Heather #9FBCC9

Color information

#9FBCC9 (or 0x9FBCC9) is unknown color: approx Heather. HEX triplet: 9F, BC and C9. RGB value is (159,188,201). Sum of RGB (Red+Green+Blue) = 159+188+201=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #9FBCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCC9 is #604336. Grayscale: #B4B4B4. Windows color (decimal): -6308663 or 13221023. OLE color: 13221023.

HSL color Cylindrical-coordinate representation of color #9FBCC9: hue angle of 198.57º 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 #9FBCC9 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159188201-
CMYK0.210.0600.21
HSL198.57º28%70.59%-
HSV(B)198.57º20.9%78.82%-
XYZ42.8247.5562.18-
YUV180.81139.39112.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.01%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=29.01%
G=34.31%
B=36.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591882010.210.0600.21198.572870.59
Hex9FBCC9156015c71c47
Octal23727431125602530734107
Binary1001111110111100110010011010111001010111000111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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