Shades of Heather #9ABCC9
Tints of Heather #9ABCC9
RGB
CMYK
RGB Variations
Color information
#9ABCC9 (or 0x9ABCC9) is known color: Heather. HEX triplet: 9A, BC and C9. RGB value is (154,188,201). Sum of RGB (Red+Green+Blue) = 154+188+201=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #9ABCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCC9 is #654336. Grayscale: #B3B3B3. Windows color (decimal): -6636343 or 13221018. OLE color: 13221018.
HSL color Cylindrical-coordinate representation of color #9ABCC9: hue angle of 196.6º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ABCC9 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 188 | 201 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.21 |
| HSL | 196.6º | 0.3% | 0.7% | - |
| HSV(B) | 196.6º | 0.23% | 0.79% | - |
| XYZ | 41.85 | 47.05 | 62.13 | - |
| YUV | 179.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 201 | 0.23 | 0.06 | 0 | 0.21 | 196.6 | 0.3 | 0.7 |
| Hex | 9A | BC | C9 | 17 | 6 | 0 | 15 | C5 | 1E | 46 |
| Octal | 232 | 274 | 311 | 27 | 6 | 0 | 25 | 305 | 36 | 106 |
| Binary | 10011010 | 10111100 | 11001001 | 10111 | 110 | 0 | 10101 | 11000101 | 11110 | 1000110 |
Color Harmonies of #9ABCC9
Complementary color
Monochromatic Colors of #9ABCC9
Black with #9ABCC9
Text Example
Text Example
White with #9ABCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCC9; }
p { color: rgb(154,188,201); }
H1.HeaderClassName
{
color: #9ABCC9;
}
.AnyTagClassName
{
color: #9ABCC9;
}
</style>
background-color css
<style>
a { background-color: #9ABCC9; }
a { background-color: rgb(154,188,201); }
div.DivClassName
{
background-color: #9ABCC9;
}
.BgClassName
{
background-color: #9ABCC9;
}
</style>
border-color css
<style>
span { border-color: #9ABCC9; }
span { border-color: rgb(154,188,201); }
td.TdClassName
{
border-color: #9ABCC9;
}
.TagClassName
{
border-color: #9ABCC9;
}
</style>