#9FB7CA

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

Shades of Heather #9FB7CA

Tints of Heather #9FB7CA

Color information

#9FB7CA (or 0x9FB7CA) is unknown color: approx Heather. HEX triplet: 9F, B7 and CA. RGB value is (159,183,202). Sum of RGB (Red+Green+Blue) = 159+183+202=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB7CA is #604835. Grayscale: #B1B1B1. Windows color (decimal): -6309942 or 13285279. OLE color: 13285279.

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

Color convert

RGB159183202-
CMYK0.210.0900.21
HSL206.51º28.86%70.78%-
HSV(B)206.51º21.29%79.22%-
XYZ41.8945.562.45-
YUV177.99141.55114.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.23%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=29.23%
G=33.64%
B=37.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591832020.210.0900.21206.5128.8670.78
Hex9FB7CA159015cf1d47
Octal237267312251102531735107
Binary10011111101101111100101010101100101010111001111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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