Shades of Rock Blue #9FACBC
Tints of Rock Blue #9FACBC
RGB
CMYK
RGB Variations
Color information
#9FACBC (or 0x9FACBC) is known color: Rock Blue. HEX triplet: 9F, AC and BC. RGB value is (159,172,188). Sum of RGB (Red+Green+Blue) = 159+172+188=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACBC is #605343. Grayscale: #A9A9A9. Windows color (decimal): -6312772 or 12364959. OLE color: 12364959.
HSL color Cylindrical-coordinate representation of color #9FACBC: hue angle of 213.1º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FACBC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 172 | 188 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.26 |
| HSL | 213.1º | 0.18% | 0.68% | - |
| HSV(B) | 213.1º | 0.15% | 0.74% | - |
| XYZ | 38.13 | 40.51 | 53.39 | - |
| YUV | 169.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 188 | 0.15 | 0.09 | 0 | 0.26 | 213.1 | 0.18 | 0.68 |
| Hex | 9F | AC | BC | F | 9 | 0 | 1A | D5 | 12 | 44 |
| Octal | 237 | 254 | 274 | 17 | 11 | 0 | 32 | 325 | 22 | 104 |
| Binary | 10011111 | 10101100 | 10111100 | 1111 | 1001 | 0 | 11010 | 11010101 | 10010 | 1000100 |
Color Harmonies of #9FACBC
Complementary color
Monochromatic Colors of #9FACBC
Black with #9FACBC
Text Example
Text Example
White with #9FACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACBC; }
p { color: rgb(159,172,188); }
H1.HeaderClassName
{
color: #9FACBC;
}
.AnyTagClassName
{
color: #9FACBC;
}
</style>
background-color css
<style>
a { background-color: #9FACBC; }
a { background-color: rgb(159,172,188); }
div.DivClassName
{
background-color: #9FACBC;
}
.BgClassName
{
background-color: #9FACBC;
}
</style>
border-color css
<style>
span { border-color: #9FACBC; }
span { border-color: rgb(159,172,188); }
td.TdClassName
{
border-color: #9FACBC;
}
.TagClassName
{
border-color: #9FACBC;
}
</style>