Shades of Rock Blue #9CACBF
Tints of Rock Blue #9CACBF
RGB
CMYK
RGB Variations
Color information
#9CACBF (or 0x9CACBF) is known color: Rock Blue. HEX triplet: 9C, AC and BF. RGB value is (156,172,191). Sum of RGB (Red+Green+Blue) = 156+172+191=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CACBF is #635340. Grayscale: #A9A9A9. Windows color (decimal): -6509377 or 12561564. OLE color: 12561564.
HSL color Cylindrical-coordinate representation of color #9CACBF: hue angle of 212.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CACBF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 172 | 191 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.25 |
| HSL | 212.57º | 0.21% | 0.68% | - |
| HSV(B) | 212.57º | 0.18% | 0.75% | - |
| XYZ | 37.87 | 40.33 | 55.08 | - |
| YUV | 169.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 191 | 0.18 | 0.10 | 0 | 0.25 | 212.57 | 0.21 | 0.68 |
| Hex | 9C | AC | BF | 12 | A | 0 | 19 | D5 | 15 | 44 |
| Octal | 234 | 254 | 277 | 22 | 12 | 0 | 31 | 325 | 25 | 104 |
| Binary | 10011100 | 10101100 | 10111111 | 10010 | 1010 | 0 | 11001 | 11010101 | 10101 | 1000100 |
Color Harmonies of #9CACBF
Complementary color
Monochromatic Colors of #9CACBF
Black with #9CACBF
Text Example
Text Example
White with #9CACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACBF; }
p { color: rgb(156,172,191); }
H1.HeaderClassName
{
color: #9CACBF;
}
.AnyTagClassName
{
color: #9CACBF;
}
</style>
background-color css
<style>
a { background-color: #9CACBF; }
a { background-color: rgb(156,172,191); }
div.DivClassName
{
background-color: #9CACBF;
}
.BgClassName
{
background-color: #9CACBF;
}
</style>
border-color css
<style>
span { border-color: #9CACBF; }
span { border-color: rgb(156,172,191); }
td.TdClassName
{
border-color: #9CACBF;
}
.TagClassName
{
border-color: #9CACBF;
}
</style>