Shades of Rock Blue #9BAABD
Tints of Rock Blue #9BAABD
RGB
CMYK
RGB Variations
Color information
#9BAABD (or 0x9BAABD) is known color: Rock Blue. HEX triplet: 9B, AA and BD. RGB value is (155,170,189). Sum of RGB (Red+Green+Blue) = 155+170+189=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #9BAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAABD is #645542. Grayscale: #A7A7A7. Windows color (decimal): -6575427 or 12429979. OLE color: 12429979.
HSL color Cylindrical-coordinate representation of color #9BAABD: hue angle of 213.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BAABD is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 170 | 189 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.26 |
| HSL | 213.53º | 0.2% | 0.67% | - |
| HSV(B) | 213.53º | 0.18% | 0.74% | - |
| XYZ | 37.08 | 39.39 | 53.79 | - |
| YUV | 167.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 189 | 0.18 | 0.10 | 0 | 0.26 | 213.53 | 0.2 | 0.67 |
| Hex | 9B | AA | BD | 12 | A | 0 | 1A | D6 | 14 | 43 |
| Octal | 233 | 252 | 275 | 22 | 12 | 0 | 32 | 326 | 24 | 103 |
| Binary | 10011011 | 10101010 | 10111101 | 10010 | 1010 | 0 | 11010 | 11010110 | 10100 | 1000011 |
Color Harmonies of #9BAABD
Complementary color
Monochromatic Colors of #9BAABD
Black with #9BAABD
Text Example
Text Example
White with #9BAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAABD; }
p { color: rgb(155,170,189); }
H1.HeaderClassName
{
color: #9BAABD;
}
.AnyTagClassName
{
color: #9BAABD;
}
</style>
background-color css
<style>
a { background-color: #9BAABD; }
a { background-color: rgb(155,170,189); }
div.DivClassName
{
background-color: #9BAABD;
}
.BgClassName
{
background-color: #9BAABD;
}
</style>
border-color css
<style>
span { border-color: #9BAABD; }
span { border-color: rgb(155,170,189); }
td.TdClassName
{
border-color: #9BAABD;
}
.TagClassName
{
border-color: #9BAABD;
}
</style>