#9FB9CE

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

Shades of Heather #9FB9CE

Tints of Heather #9FB9CE

Color information

#9FB9CE (or 0x9FB9CE) is unknown color: approx Heather. HEX triplet: 9F, B9 and CE. RGB value is (159,185,206). Sum of RGB (Red+Green+Blue) = 159+185+206=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB9CE is #604631. Grayscale: #B3B3B3. Windows color (decimal): -6309426 or 13547935. OLE color: 13547935.

HSL color Cylindrical-coordinate representation of color #9FB9CE: hue angle of 206.81º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FB9CE is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159185206-
CMYK0.230.1000.19
HSL206.81º32.41%71.57%-
HSV(B)206.81º22.82%80.78%-
XYZ42.7946.5365.12-
YUV179.62142.89113.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.91%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=28.91%
G=33.64%
B=37.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591852060.230.1000.19206.8132.4171.57
Hex9FB9CE17A013cf2048
Octal237271316271202331740110
Binary100111111011100111001110101111010010011110011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,185,206); }

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

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

 a { background-color: rgb(159,185,206); }

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

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

 span { border-color: rgb(159,185,206); }

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