Shades of Heather #9FBDCE
Tints of Heather #9FBDCE
RGB
CMYK
RGB Variations
Color information
#9FBDCE (or 0x9FBDCE) is known color: Heather. HEX triplet: 9F, BD and CE. RGB value is (159,189,206). Sum of RGB (Red+Green+Blue) = 159+189+206=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDCE is #604231. Grayscale: #B5B5B5. Windows color (decimal): -6308402 or 13548959. OLE color: 13548959.
HSL color Cylindrical-coordinate representation of color #9FBDCE: hue angle of 201.7º 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 #9FBDCE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 189 | 206 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.19 |
| HSL | 201.7º | 0.32% | 0.72% | - |
| HSV(B) | 201.7º | 0.23% | 0.81% | - |
| XYZ | 43.64 | 48.22 | 65.4 | - |
| YUV | 181.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 206 | 0.23 | 0.08 | 0 | 0.19 | 201.7 | 0.32 | 0.72 |
| Hex | 9F | BD | CE | 17 | 8 | 0 | 13 | CA | 20 | 48 |
| Octal | 237 | 275 | 316 | 27 | 10 | 0 | 23 | 312 | 40 | 110 |
| Binary | 10011111 | 10111101 | 11001110 | 10111 | 1000 | 0 | 10011 | 11001010 | 100000 | 1001000 |
Color Harmonies of #9FBDCE
Complementary color
Monochromatic Colors of #9FBDCE
Black with #9FBDCE
Text Example
Text Example
White with #9FBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDCE; }
p { color: rgb(159,189,206); }
H1.HeaderClassName
{
color: #9FBDCE;
}
.AnyTagClassName
{
color: #9FBDCE;
}
</style>
background-color css
<style>
a { background-color: #9FBDCE; }
a { background-color: rgb(159,189,206); }
div.DivClassName
{
background-color: #9FBDCE;
}
.BgClassName
{
background-color: #9FBDCE;
}
</style>
border-color css
<style>
span { border-color: #9FBDCE; }
span { border-color: rgb(159,189,206); }
td.TdClassName
{
border-color: #9FBDCE;
}
.TagClassName
{
border-color: #9FBDCE;
}
</style>