Shades of Heather #9ABCCD
Tints of Heather #9ABCCD
RGB
CMYK
RGB Variations
Color information
#9ABCCD (or 0x9ABCCD) is known color: Heather. HEX triplet: 9A, BC and CD. RGB value is (154,188,205). Sum of RGB (Red+Green+Blue) = 154+188+205=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #9ABCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCCD is #654332. Grayscale: #B3B3B3. Windows color (decimal): -6636339 or 13483162. OLE color: 13483162.
HSL color Cylindrical-coordinate representation of color #9ABCCD: hue angle of 200º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ABCCD is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 188 | 205 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.20 |
| HSL | 200º | 0.34% | 0.7% | - |
| HSV(B) | 200º | 0.25% | 0.8% | - |
| XYZ | 42.33 | 47.24 | 64.65 | - |
| YUV | 179.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 205 | 0.25 | 0.08 | 0 | 0.20 | 200 | 0.34 | 0.7 |
| Hex | 9A | BC | CD | 19 | 8 | 0 | 14 | C8 | 22 | 46 |
| Octal | 232 | 274 | 315 | 31 | 10 | 0 | 24 | 310 | 42 | 106 |
| Binary | 10011010 | 10111100 | 11001101 | 11001 | 1000 | 0 | 10100 | 11001000 | 100010 | 1000110 |
Color Harmonies of #9ABCCD
Complementary color
Monochromatic Colors of #9ABCCD
Black with #9ABCCD
Text Example
Text Example
White with #9ABCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCCD; }
p { color: rgb(154,188,205); }
H1.HeaderClassName
{
color: #9ABCCD;
}
.AnyTagClassName
{
color: #9ABCCD;
}
</style>
background-color css
<style>
a { background-color: #9ABCCD; }
a { background-color: rgb(154,188,205); }
div.DivClassName
{
background-color: #9ABCCD;
}
.BgClassName
{
background-color: #9ABCCD;
}
</style>
border-color css
<style>
span { border-color: #9ABCCD; }
span { border-color: rgb(154,188,205); }
td.TdClassName
{
border-color: #9ABCCD;
}
.TagClassName
{
border-color: #9ABCCD;
}
</style>