#9FBACD

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

Shades of Heather #9FBACD

Tints of Heather #9FBACD

Color information

#9FBACD (or 0x9FBACD) is unknown color: approx Heather. HEX triplet: 9F, BA and CD. RGB value is (159,186,205). Sum of RGB (Red+Green+Blue) = 159+186+205=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBACD is #604532. Grayscale: #B3B3B3. Windows color (decimal): -6309171 or 13482655. OLE color: 13482655.

HSL color Cylindrical-coordinate representation of color #9FBACD: hue angle of 204.78º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FBACD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159186205-
CMYK0.220.0900.20
HSL204.78º31.51%71.37%-
HSV(B)204.78º22.44%80.39%-
XYZ42.8846.964.55-
YUV180.09142.05112.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.91%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=28.91%
G=33.82%
B=37.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591862050.220.0900.20204.7831.5171.37
Hex9FBACD169014cd2047
Octal237272315261102431540107
Binary100111111011101011001101101101001010100110011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,205); }

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

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

 a { background-color: rgb(159,186,205); }

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

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

 span { border-color: rgb(159,186,205); }

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