#9FB8CE

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

Shades of Heather #9FB8CE

Tints of Heather #9FB8CE

Color information

#9FB8CE (or 0x9FB8CE) is unknown color: approx Heather. HEX triplet: 9F, B8 and CE. RGB value is (159,184,206). Sum of RGB (Red+Green+Blue) = 159+184+206=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FB8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB8CE is #604731. Grayscale: #B2B2B2. Windows color (decimal): -6309682 or 13547679. OLE color: 13547679.

HSL color Cylindrical-coordinate representation of color #9FB8CE: hue angle of 208.09º 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 #9FB8CE is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159184206-
CMYK0.230.1100.19
HSL208.09º32.41%71.57%-
HSV(B)208.09º22.82%80.78%-
XYZ42.5846.1165.05-
YUV179.03143.22113.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=28.96%
G=33.52%
B=37.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591842060.230.1100.19208.0932.4171.57
Hex9FB8CE17B013d02048
Octal237270316271302332040110
Binary100111111011100011001110101111011010011110100001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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