Shades of Heather #9DB9CA
Tints of Heather #9DB9CA
RGB
CMYK
RGB Variations
Color information
#9DB9CA (or 0x9DB9CA) is known color: Heather. HEX triplet: 9D, B9 and CA. RGB value is (157,185,202). Sum of RGB (Red+Green+Blue) = 157+185+202=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9CA is #624635. Grayscale: #B2B2B2. Windows color (decimal): -6440502 or 13285789. OLE color: 13285789.
HSL color Cylindrical-coordinate representation of color #9DB9CA: hue angle of 202.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 #9DB9CA is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 185 | 202 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.21 |
| HSL | 202.67º | 0.3% | 0.7% | - |
| HSV(B) | 202.67º | 0.22% | 0.79% | - |
| XYZ | 41.91 | 46.13 | 62.57 | - |
| YUV | 178.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 202 | 0.22 | 0.08 | 0 | 0.21 | 202.67 | 0.3 | 0.7 |
| Hex | 9D | B9 | CA | 16 | 8 | 0 | 15 | CB | 1E | 46 |
| Octal | 235 | 271 | 312 | 26 | 10 | 0 | 25 | 313 | 36 | 106 |
| Binary | 10011101 | 10111001 | 11001010 | 10110 | 1000 | 0 | 10101 | 11001011 | 11110 | 1000110 |
Color Harmonies of #9DB9CA
Complementary color
Monochromatic Colors of #9DB9CA
Black with #9DB9CA
Text Example
Text Example
White with #9DB9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB9CA; }
p { color: rgb(157,185,202); }
H1.HeaderClassName
{
color: #9DB9CA;
}
.AnyTagClassName
{
color: #9DB9CA;
}
</style>
background-color css
<style>
a { background-color: #9DB9CA; }
a { background-color: rgb(157,185,202); }
div.DivClassName
{
background-color: #9DB9CA;
}
.BgClassName
{
background-color: #9DB9CA;
}
</style>
border-color css
<style>
span { border-color: #9DB9CA; }
span { border-color: rgb(157,185,202); }
td.TdClassName
{
border-color: #9DB9CA;
}
.TagClassName
{
border-color: #9DB9CA;
}
</style>