Shades of Rock Blue #9EAABB
Tints of Rock Blue #9EAABB
RGB
CMYK
RGB Variations
Color information
#9EAABB (or 0x9EAABB) is known color: Rock Blue. HEX triplet: 9E, AA and BB. RGB value is (158,170,187). Sum of RGB (Red+Green+Blue) = 158+170+187=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAABB is #615544. Grayscale: #A8A8A8. Windows color (decimal): -6378821 or 12298910. OLE color: 12298910.
HSL color Cylindrical-coordinate representation of color #9EAABB: hue angle of 215.17º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EAABB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 170 | 187 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.27 |
| HSL | 215.17º | 0.18% | 0.68% | - |
| HSV(B) | 215.17º | 0.16% | 0.73% | - |
| XYZ | 37.44 | 39.61 | 52.68 | - |
| YUV | 168.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 187 | 0.16 | 0.09 | 0 | 0.27 | 215.17 | 0.18 | 0.68 |
| Hex | 9E | AA | BB | 10 | 9 | 0 | 1B | D7 | 12 | 44 |
| Octal | 236 | 252 | 273 | 20 | 11 | 0 | 33 | 327 | 22 | 104 |
| Binary | 10011110 | 10101010 | 10111011 | 10000 | 1001 | 0 | 11011 | 11010111 | 10010 | 1000100 |
Color Harmonies of #9EAABB
Complementary color
Monochromatic Colors of #9EAABB
Black with #9EAABB
Text Example
Text Example
White with #9EAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAABB; }
p { color: rgb(158,170,187); }
H1.HeaderClassName
{
color: #9EAABB;
}
.AnyTagClassName
{
color: #9EAABB;
}
</style>
background-color css
<style>
a { background-color: #9EAABB; }
a { background-color: rgb(158,170,187); }
div.DivClassName
{
background-color: #9EAABB;
}
.BgClassName
{
background-color: #9EAABB;
}
</style>
border-color css
<style>
span { border-color: #9EAABB; }
span { border-color: rgb(158,170,187); }
td.TdClassName
{
border-color: #9EAABB;
}
.TagClassName
{
border-color: #9EAABB;
}
</style>