Shades of Heather #9FBED0
Tints of Heather #9FBED0
RGB
CMYK
RGB Variations
Color information
#9FBED0 (or 0x9FBED0) is known color: Heather. HEX triplet: 9F, BE and D0. RGB value is (159,190,208). Sum of RGB (Red+Green+Blue) = 159+190+208=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #9FBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBED0 is #60412F. Grayscale: #B6B6B6. Windows color (decimal): -6308144 or 13680287. OLE color: 13680287.
HSL color Cylindrical-coordinate representation of color #9FBED0: hue angle of 202.04º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FBED0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 190 | 208 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.18 |
| HSL | 202.04º | 0.34% | 0.72% | - |
| HSV(B) | 202.04º | 0.24% | 0.82% | - |
| XYZ | 44.1 | 48.75 | 66.76 | - |
| YUV | 182.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 208 | 0.24 | 0.09 | 0 | 0.18 | 202.04 | 0.34 | 0.72 |
| Hex | 9F | BE | D0 | 18 | 9 | 0 | 12 | CA | 22 | 48 |
| Octal | 237 | 276 | 320 | 30 | 11 | 0 | 22 | 312 | 42 | 110 |
| Binary | 10011111 | 10111110 | 11010000 | 11000 | 1001 | 0 | 10010 | 11001010 | 100010 | 1001000 |
Color Harmonies of #9FBED0
Complementary color
Monochromatic Colors of #9FBED0
Black with #9FBED0
Text Example
Text Example
White with #9FBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBED0; }
p { color: rgb(159,190,208); }
H1.HeaderClassName
{
color: #9FBED0;
}
.AnyTagClassName
{
color: #9FBED0;
}
</style>
background-color css
<style>
a { background-color: #9FBED0; }
a { background-color: rgb(159,190,208); }
div.DivClassName
{
background-color: #9FBED0;
}
.BgClassName
{
background-color: #9FBED0;
}
</style>
border-color css
<style>
span { border-color: #9FBED0; }
span { border-color: rgb(159,190,208); }
td.TdClassName
{
border-color: #9FBED0;
}
.TagClassName
{
border-color: #9FBED0;
}
</style>