#9FB5C8

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

Shades of Heather #9FB5C8

Tints of Heather #9FB5C8

Color information

#9FB5C8 (or 0x9FB5C8) is unknown color: approx Heather. HEX triplet: 9F, B5 and C8. RGB value is (159,181,200). Sum of RGB (Red+Green+Blue) = 159+181+200=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #9FB5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB5C8 is #604A37. Grayscale: #B0B0B0. Windows color (decimal): -6310456 or 13153695. OLE color: 13153695.

HSL color Cylindrical-coordinate representation of color #9FB5C8: hue angle of 207.8º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FB5C8 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB159181200-
CMYK0.200.0900.22
HSL207.8º27.15%70.39%-
HSV(B)207.8º20.5%78.43%-
XYZ41.2544.5961.08-
YUV176.59141.21115.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.44%
GREEN value IS 181 (71.09% from 255) = 33.52%
BLUE value IS 200 (78.52% from 255) = 37.04%
R=29.44%
G=33.52%
B=37.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591812000.200.0900.22207.827.1570.39
Hex9FB5C8149016d01b46
Octal237265310241102632033106
Binary10011111101101011100100010100100101011011010000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,181,200); }

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

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

 a { background-color: rgb(159,181,200); }

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

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

 span { border-color: rgb(159,181,200); }

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