Shades of Heather #9EBBCD
Tints of Heather #9EBBCD
RGB
CMYK
RGB Variations
Color information
#9EBBCD (or 0x9EBBCD) is known color: Heather. HEX triplet: 9E, BB and CD. RGB value is (158,187,205). Sum of RGB (Red+Green+Blue) = 158+187+205=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 187 (73.44% from 255 or 34% 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 #9EBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBCD is #614432. Grayscale: #B4B4B4. Windows color (decimal): -6374451 or 13482910. OLE color: 13482910.
HSL color Cylindrical-coordinate representation of color #9EBBCD: hue angle of 202.98º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EBBCD is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 187 | 205 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.20 |
| HSL | 202.98º | 0.32% | 0.71% | - |
| HSV(B) | 202.98º | 0.23% | 0.8% | - |
| XYZ | 42.89 | 47.22 | 64.61 | - |
| YUV | 180.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 205 | 0.23 | 0.09 | 0 | 0.20 | 202.98 | 0.32 | 0.71 |
| Hex | 9E | BB | CD | 17 | 9 | 0 | 14 | CB | 20 | 47 |
| Octal | 236 | 273 | 315 | 27 | 11 | 0 | 24 | 313 | 40 | 107 |
| Binary | 10011110 | 10111011 | 11001101 | 10111 | 1001 | 0 | 10100 | 11001011 | 100000 | 1000111 |
Color Harmonies of #9EBBCD
Complementary color
Monochromatic Colors of #9EBBCD
Black with #9EBBCD
Text Example
Text Example
White with #9EBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBCD; }
p { color: rgb(158,187,205); }
H1.HeaderClassName
{
color: #9EBBCD;
}
.AnyTagClassName
{
color: #9EBBCD;
}
</style>
background-color css
<style>
a { background-color: #9EBBCD; }
a { background-color: rgb(158,187,205); }
div.DivClassName
{
background-color: #9EBBCD;
}
.BgClassName
{
background-color: #9EBBCD;
}
</style>
border-color css
<style>
span { border-color: #9EBBCD; }
span { border-color: rgb(158,187,205); }
td.TdClassName
{
border-color: #9EBBCD;
}
.TagClassName
{
border-color: #9EBBCD;
}
</style>