#9FBBCC

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

Shades of Heather #9FBBCC

Tints of Heather #9FBBCC

Color information

#9FBBCC (or 0x9FBBCC) is unknown color: approx Heather. HEX triplet: 9F, BB and CC. RGB value is (159,187,204). Sum of RGB (Red+Green+Blue) = 159+187+204=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBCC is #604433. Grayscale: #B4B4B4. Windows color (decimal): -6308916 or 13417375. OLE color: 13417375.

HSL color Cylindrical-coordinate representation of color #9FBBCC: hue angle of 202.67º degrees, saturation: 0.31, 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 #9FBBCC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159187204-
CMYK0.220.0800.2
HSL202.67º30.61%71.18%-
HSV(B)202.67º22.06%80%-
XYZ42.9747.2763.99-
YUV180.57141.22112.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.91%
GREEN value IS 187 (73.44% from 255) = 34%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=28.91%
G=34%
B=37.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591872040.220.0800.2202.6730.6171.18
Hex9FBBCC168014cb1f47
Octal237273314261002431337107
Binary10011111101110111100110010110100001010011001011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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