#9FBBCD

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

Shades of Heather #9FBBCD

Tints of Heather #9FBBCD

Color information

#9FBBCD (or 0x9FBBCD) is unknown color: approx Heather. HEX triplet: 9F, BB and CD. RGB value is (159,187,205). Sum of RGB (Red+Green+Blue) = 159+187+205=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBCD is #604432. Grayscale: #B4B4B4. Windows color (decimal): -6308915 or 13482911. OLE color: 13482911.

HSL color Cylindrical-coordinate representation of color #9FBBCD: hue angle of 203.48º 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 #9FBBCD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159187205-
CMYK0.220.0900.20
HSL203.48º31.51%71.37%-
HSV(B)203.48º22.44%80.39%-
XYZ43.0947.3264.62-
YUV180.68141.72112.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.86%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=28.86%
G=33.94%
B=37.21%

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
Decimal1591872050.220.0900.20203.4831.5171.37
Hex9FBBCD169014cb2047
Octal237273315261102431340107
Binary100111111011101111001101101101001010100110010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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