Shades of Rock Blue #9CA6BC
Tints of Rock Blue #9CA6BC
RGB
CMYK
RGB Variations
Color information
#9CA6BC (or 0x9CA6BC) is known color: Rock Blue. HEX triplet: 9C, A6 and BC. RGB value is (156,166,188). Sum of RGB (Red+Green+Blue) = 156+166+188=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CA6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA6BC is #635943. Grayscale: #A5A5A5. Windows color (decimal): -6510916 or 12363420. OLE color: 12363420.
HSL color Cylindrical-coordinate representation of color #9CA6BC: hue angle of 221.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CA6BC is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 166 | 188 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.26 |
| HSL | 221.25º | 0.19% | 0.67% | - |
| HSV(B) | 221.25º | 0.17% | 0.74% | - |
| XYZ | 36.42 | 37.97 | 52.99 | - |
| YUV | 165.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 188 | 0.17 | 0.12 | 0 | 0.26 | 221.25 | 0.19 | 0.67 |
| Hex | 9C | A6 | BC | 11 | C | 0 | 1A | DD | 13 | 43 |
| Octal | 234 | 246 | 274 | 21 | 14 | 0 | 32 | 335 | 23 | 103 |
| Binary | 10011100 | 10100110 | 10111100 | 10001 | 1100 | 0 | 11010 | 11011101 | 10011 | 1000011 |
Color Harmonies of #9CA6BC
Complementary color
Monochromatic Colors of #9CA6BC
Black with #9CA6BC
Text Example
Text Example
White with #9CA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA6BC; }
p { color: rgb(156,166,188); }
H1.HeaderClassName
{
color: #9CA6BC;
}
.AnyTagClassName
{
color: #9CA6BC;
}
</style>
background-color css
<style>
a { background-color: #9CA6BC; }
a { background-color: rgb(156,166,188); }
div.DivClassName
{
background-color: #9CA6BC;
}
.BgClassName
{
background-color: #9CA6BC;
}
</style>
border-color css
<style>
span { border-color: #9CA6BC; }
span { border-color: rgb(156,166,188); }
td.TdClassName
{
border-color: #9CA6BC;
}
.TagClassName
{
border-color: #9CA6BC;
}
</style>