Shades of Heather #9DBECB
Tints of Heather #9DBECB
RGB
CMYK
RGB Variations
Color information
#9DBECB (or 0x9DBECB) is known color: Heather. HEX triplet: 9D, BE and CB. RGB value is (157,190,203). Sum of RGB (Red+Green+Blue) = 157+190+203=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBECB is #624134. Grayscale: #B5B5B5. Windows color (decimal): -6439221 or 13352605. OLE color: 13352605.
HSL color Cylindrical-coordinate representation of color #9DBECB: hue angle of 196.96º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DBECB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 190 | 203 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.20 |
| HSL | 196.96º | 0.31% | 0.71% | - |
| HSV(B) | 196.96º | 0.23% | 0.8% | - |
| XYZ | 43.1 | 48.31 | 63.55 | - |
| YUV | 181.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 203 | 0.23 | 0.06 | 0 | 0.20 | 196.96 | 0.31 | 0.71 |
| Hex | 9D | BE | CB | 17 | 6 | 0 | 14 | C5 | 1F | 47 |
| Octal | 235 | 276 | 313 | 27 | 6 | 0 | 24 | 305 | 37 | 107 |
| Binary | 10011101 | 10111110 | 11001011 | 10111 | 110 | 0 | 10100 | 11000101 | 11111 | 1000111 |
Color Harmonies of #9DBECB
Complementary color
Monochromatic Colors of #9DBECB
Black with #9DBECB
Text Example
Text Example
White with #9DBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBECB; }
p { color: rgb(157,190,203); }
H1.HeaderClassName
{
color: #9DBECB;
}
.AnyTagClassName
{
color: #9DBECB;
}
</style>
background-color css
<style>
a { background-color: #9DBECB; }
a { background-color: rgb(157,190,203); }
div.DivClassName
{
background-color: #9DBECB;
}
.BgClassName
{
background-color: #9DBECB;
}
</style>
border-color css
<style>
span { border-color: #9DBECB; }
span { border-color: rgb(157,190,203); }
td.TdClassName
{
border-color: #9DBECB;
}
.TagClassName
{
border-color: #9DBECB;
}
</style>