Shades of Heather #9EBDD0
Tints of Heather #9EBDD0
RGB
CMYK
RGB Variations
Color information
#9EBDD0 (or 0x9EBDD0) is known color: Heather. HEX triplet: 9E, BD and D0. RGB value is (158,189,208). Sum of RGB (Red+Green+Blue) = 158+189+208=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #9EBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDD0 is #61422F. Grayscale: #B5B5B5. Windows color (decimal): -6373936 or 13680030. OLE color: 13680030.
HSL color Cylindrical-coordinate representation of color #9EBDD0: hue angle of 202.8º degrees, saturation: 0.35, 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 #9EBDD0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 189 | 208 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.18 |
| HSL | 202.8º | 0.35% | 0.72% | - |
| HSV(B) | 202.8º | 0.24% | 0.82% | - |
| XYZ | 43.68 | 48.22 | 66.68 | - |
| YUV | 181.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 208 | 0.24 | 0.09 | 0 | 0.18 | 202.8 | 0.35 | 0.72 |
| Hex | 9E | BD | D0 | 18 | 9 | 0 | 12 | CB | 23 | 48 |
| Octal | 236 | 275 | 320 | 30 | 11 | 0 | 22 | 313 | 43 | 110 |
| Binary | 10011110 | 10111101 | 11010000 | 11000 | 1001 | 0 | 10010 | 11001011 | 100011 | 1001000 |
Color Harmonies of #9EBDD0
Complementary color
Monochromatic Colors of #9EBDD0
Black with #9EBDD0
Text Example
Text Example
White with #9EBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBDD0; }
p { color: rgb(158,189,208); }
H1.HeaderClassName
{
color: #9EBDD0;
}
.AnyTagClassName
{
color: #9EBDD0;
}
</style>
background-color css
<style>
a { background-color: #9EBDD0; }
a { background-color: rgb(158,189,208); }
div.DivClassName
{
background-color: #9EBDD0;
}
.BgClassName
{
background-color: #9EBDD0;
}
</style>
border-color css
<style>
span { border-color: #9EBDD0; }
span { border-color: rgb(158,189,208); }
td.TdClassName
{
border-color: #9EBDD0;
}
.TagClassName
{
border-color: #9EBDD0;
}
</style>