Shades of Rock Blue #9CAABC
Tints of Rock Blue #9CAABC
RGB
CMYK
RGB Variations
Color information
#9CAABC (or 0x9CAABC) is known color: Rock Blue. HEX triplet: 9C, AA and BC. RGB value is (156,170,188). Sum of RGB (Red+Green+Blue) = 156+170+188=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAABC is #635543. Grayscale: #A7A7A7. Windows color (decimal): -6509892 or 12364444. OLE color: 12364444.
HSL color Cylindrical-coordinate representation of color #9CAABC: hue angle of 213.75º 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 #9CAABC is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 170 | 188 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.26 |
| HSL | 213.75º | 0.19% | 0.67% | - |
| HSV(B) | 213.75º | 0.17% | 0.74% | - |
| XYZ | 37.16 | 39.45 | 53.23 | - |
| YUV | 167.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 188 | 0.17 | 0.10 | 0 | 0.26 | 213.75 | 0.19 | 0.67 |
| Hex | 9C | AA | BC | 11 | A | 0 | 1A | D6 | 13 | 43 |
| Octal | 234 | 252 | 274 | 21 | 12 | 0 | 32 | 326 | 23 | 103 |
| Binary | 10011100 | 10101010 | 10111100 | 10001 | 1010 | 0 | 11010 | 11010110 | 10011 | 1000011 |
Color Harmonies of #9CAABC
Complementary color
Monochromatic Colors of #9CAABC
Black with #9CAABC
Text Example
Text Example
White with #9CAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAABC; }
p { color: rgb(156,170,188); }
H1.HeaderClassName
{
color: #9CAABC;
}
.AnyTagClassName
{
color: #9CAABC;
}
</style>
background-color css
<style>
a { background-color: #9CAABC; }
a { background-color: rgb(156,170,188); }
div.DivClassName
{
background-color: #9CAABC;
}
.BgClassName
{
background-color: #9CAABC;
}
</style>
border-color css
<style>
span { border-color: #9CAABC; }
span { border-color: rgb(156,170,188); }
td.TdClassName
{
border-color: #9CAABC;
}
.TagClassName
{
border-color: #9CAABC;
}
</style>