Shades of Rock Blue #9BAABB
Tints of Rock Blue #9BAABB
RGB
CMYK
RGB Variations
Color information
#9BAABB (or 0x9BAABB) is known color: Rock Blue. HEX triplet: 9B, AA and BB. RGB value is (155,170,187). Sum of RGB (Red+Green+Blue) = 155+170+187=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAABB is #645544. Grayscale: #A7A7A7. Windows color (decimal): -6575429 or 12298907. OLE color: 12298907.
HSL color Cylindrical-coordinate representation of color #9BAABB: hue angle of 211.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BAABB is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 170 | 187 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.27 |
| HSL | 211.88º | 0.19% | 0.67% | - |
| HSV(B) | 211.88º | 0.17% | 0.73% | - |
| XYZ | 36.86 | 39.31 | 52.66 | - |
| YUV | 167.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 187 | 0.17 | 0.09 | 0 | 0.27 | 211.88 | 0.19 | 0.67 |
| Hex | 9B | AA | BB | 11 | 9 | 0 | 1B | D4 | 13 | 43 |
| Octal | 233 | 252 | 273 | 21 | 11 | 0 | 33 | 324 | 23 | 103 |
| Binary | 10011011 | 10101010 | 10111011 | 10001 | 1001 | 0 | 11011 | 11010100 | 10011 | 1000011 |
Color Harmonies of #9BAABB
Complementary color
Monochromatic Colors of #9BAABB
Black with #9BAABB
Text Example
Text Example
White with #9BAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAABB; }
p { color: rgb(155,170,187); }
H1.HeaderClassName
{
color: #9BAABB;
}
.AnyTagClassName
{
color: #9BAABB;
}
</style>
background-color css
<style>
a { background-color: #9BAABB; }
a { background-color: rgb(155,170,187); }
div.DivClassName
{
background-color: #9BAABB;
}
.BgClassName
{
background-color: #9BAABB;
}
</style>
border-color css
<style>
span { border-color: #9BAABB; }
span { border-color: rgb(155,170,187); }
td.TdClassName
{
border-color: #9BAABB;
}
.TagClassName
{
border-color: #9BAABB;
}
</style>