Shades of Heather #9EB6C9
Tints of Heather #9EB6C9
RGB
CMYK
RGB Variations
Color information
#9EB6C9 (or 0x9EB6C9) is known color: Heather. HEX triplet: 9E, B6 and C9. RGB value is (158,182,201). Sum of RGB (Red+Green+Blue) = 158+182+201=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 201 - color contains mainly: blue. Hex color #9EB6C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB6C9 is #614936. Grayscale: #B0B0B0. Windows color (decimal): -6375735 or 13219486. OLE color: 13219486.
HSL color Cylindrical-coordinate representation of color #9EB6C9: hue angle of 206.51º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EB6C9 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 158 | 182 | 201 | - |
CMYK | 0.21 | 0.09 | 0 | 0.21 |
HSL | 206.51º | 0.28% | 0.7% | - |
HSV(B) | 206.51º | 0.21% | 0.79% | - |
XYZ | 41.37 | 44.94 | 61.75 | - |
YUV | 176.99 | 141.55 | 114.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 182 | 201 | 0.21 | 0.09 | 0 | 0.21 | 206.51 | 0.28 | 0.7 |
Hex | 9E | B6 | C9 | 15 | 9 | 0 | 15 | CF | 1C | 46 |
Octal | 236 | 266 | 311 | 25 | 11 | 0 | 25 | 317 | 34 | 106 |
Binary | 10011110 | 10110110 | 11001001 | 10101 | 1001 | 0 | 10101 | 11001111 | 11100 | 1000110 |
Color Harmonies of #9EB6C9
Complementary color
Monochromatic Colors of #9EB6C9
Black with #9EB6C9
Text Example
Text Example
White with #9EB6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB6C9; }
p { color: rgb(158,182,201); }
H1.HeaderClassName
{
color: #9EB6C9;
}
.AnyTagClassName
{
color: #9EB6C9;
}
</style>
background-color css
<style>
a { background-color: #9EB6C9; }
a { background-color: rgb(158,182,201); }
div.DivClassName
{
background-color: #9EB6C9;
}
.BgClassName
{
background-color: #9EB6C9;
}
</style>
border-color css
<style>
span { border-color: #9EB6C9; }
span { border-color: rgb(158,182,201); }
td.TdClassName
{
border-color: #9EB6C9;
}
.TagClassName
{
border-color: #9EB6C9;
}
</style>