Shades of Heather #9DB6CA
Tints of Heather #9DB6CA
RGB
CMYK
RGB Variations
Color information
#9DB6CA (or 0x9DB6CA) is known color: Heather. HEX triplet: 9D, B6 and CA. RGB value is (157,182,202). Sum of RGB (Red+Green+Blue) = 157+182+202=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DB6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB6CA is #624935. Grayscale: #B0B0B0. Windows color (decimal): -6441270 or 13285021. OLE color: 13285021.
HSL color Cylindrical-coordinate representation of color #9DB6CA: hue angle of 206.67º degrees, saturation: 0.3, 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 #9DB6CA is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 182 | 202 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.21 |
| HSL | 206.67º | 0.3% | 0.7% | - |
| HSV(B) | 206.67º | 0.22% | 0.79% | - |
| XYZ | 41.29 | 44.89 | 62.37 | - |
| YUV | 176.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 202 | 0.22 | 0.10 | 0 | 0.21 | 206.67 | 0.3 | 0.7 |
| Hex | 9D | B6 | CA | 16 | A | 0 | 15 | CF | 1E | 46 |
| Octal | 235 | 266 | 312 | 26 | 12 | 0 | 25 | 317 | 36 | 106 |
| Binary | 10011101 | 10110110 | 11001010 | 10110 | 1010 | 0 | 10101 | 11001111 | 11110 | 1000110 |
Color Harmonies of #9DB6CA
Complementary color
Monochromatic Colors of #9DB6CA
Black with #9DB6CA
Text Example
Text Example
White with #9DB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB6CA; }
p { color: rgb(157,182,202); }
H1.HeaderClassName
{
color: #9DB6CA;
}
.AnyTagClassName
{
color: #9DB6CA;
}
</style>
background-color css
<style>
a { background-color: #9DB6CA; }
a { background-color: rgb(157,182,202); }
div.DivClassName
{
background-color: #9DB6CA;
}
.BgClassName
{
background-color: #9DB6CA;
}
</style>
border-color css
<style>
span { border-color: #9DB6CA; }
span { border-color: rgb(157,182,202); }
td.TdClassName
{
border-color: #9DB6CA;
}
.TagClassName
{
border-color: #9DB6CA;
}
</style>