Shades of Heather #9DBEC9
Tints of Heather #9DBEC9
RGB
CMYK
RGB Variations
Color information
#9DBEC9 (or 0x9DBEC9) is known color: Heather. HEX triplet: 9D, BE and C9. RGB value is (157,190,201). Sum of RGB (Red+Green+Blue) = 157+190+201=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #9DBEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEC9 is #624136. Grayscale: #B5B5B5. Windows color (decimal): -6439223 or 13221533. OLE color: 13221533.
HSL color Cylindrical-coordinate representation of color #9DBEC9: hue angle of 195º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DBEC9 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 190 | 201 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.21 |
| HSL | 195º | 0.29% | 0.7% | - |
| HSV(B) | 195º | 0.22% | 0.79% | - |
| XYZ | 42.86 | 48.21 | 62.31 | - |
| YUV | 181.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 201 | 0.22 | 0.05 | 0 | 0.21 | 195 | 0.29 | 0.7 |
| Hex | 9D | BE | C9 | 16 | 5 | 0 | 15 | C3 | 1D | 46 |
| Octal | 235 | 276 | 311 | 26 | 5 | 0 | 25 | 303 | 35 | 106 |
| Binary | 10011101 | 10111110 | 11001001 | 10110 | 101 | 0 | 10101 | 11000011 | 11101 | 1000110 |
Color Harmonies of #9DBEC9
Complementary color
Monochromatic Colors of #9DBEC9
Black with #9DBEC9
Text Example
Text Example
White with #9DBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEC9; }
p { color: rgb(157,190,201); }
H1.HeaderClassName
{
color: #9DBEC9;
}
.AnyTagClassName
{
color: #9DBEC9;
}
</style>
background-color css
<style>
a { background-color: #9DBEC9; }
a { background-color: rgb(157,190,201); }
div.DivClassName
{
background-color: #9DBEC9;
}
.BgClassName
{
background-color: #9DBEC9;
}
</style>
border-color css
<style>
span { border-color: #9DBEC9; }
span { border-color: rgb(157,190,201); }
td.TdClassName
{
border-color: #9DBEC9;
}
.TagClassName
{
border-color: #9DBEC9;
}
</style>