Shades of Rock Blue #9BAABC
Tints of Rock Blue #9BAABC
RGB
CMYK
RGB Variations
Color information
#9BAABC (or 0x9BAABC) is known color: Rock Blue. HEX triplet: 9B, AA and BC. RGB value is (155,170,188). Sum of RGB (Red+Green+Blue) = 155+170+188=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAABC is #645543. Grayscale: #A7A7A7. Windows color (decimal): -6575428 or 12364443. OLE color: 12364443.
HSL color Cylindrical-coordinate representation of color #9BAABC: hue angle of 212.73º 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 #9BAABC is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 170 | 188 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.26 |
| HSL | 212.73º | 0.2% | 0.67% | - |
| HSV(B) | 212.73º | 0.18% | 0.74% | - |
| XYZ | 36.97 | 39.35 | 53.22 | - |
| YUV | 167.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 188 | 0.18 | 0.10 | 0 | 0.26 | 212.73 | 0.2 | 0.67 |
| Hex | 9B | AA | BC | 12 | A | 0 | 1A | D5 | 14 | 43 |
| Octal | 233 | 252 | 274 | 22 | 12 | 0 | 32 | 325 | 24 | 103 |
| Binary | 10011011 | 10101010 | 10111100 | 10010 | 1010 | 0 | 11010 | 11010101 | 10100 | 1000011 |
Color Harmonies of #9BAABC
Complementary color
Monochromatic Colors of #9BAABC
Black with #9BAABC
Text Example
Text Example
White with #9BAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAABC; }
p { color: rgb(155,170,188); }
H1.HeaderClassName
{
color: #9BAABC;
}
.AnyTagClassName
{
color: #9BAABC;
}
</style>
background-color css
<style>
a { background-color: #9BAABC; }
a { background-color: rgb(155,170,188); }
div.DivClassName
{
background-color: #9BAABC;
}
.BgClassName
{
background-color: #9BAABC;
}
</style>
border-color css
<style>
span { border-color: #9BAABC; }
span { border-color: rgb(155,170,188); }
td.TdClassName
{
border-color: #9BAABC;
}
.TagClassName
{
border-color: #9BAABC;
}
</style>