Shades of Rock Blue #9EAABA
Tints of Rock Blue #9EAABA
RGB
CMYK
RGB Variations
Color information
#9EAABA (or 0x9EAABA) is known color: Rock Blue. HEX triplet: 9E, AA and BA. RGB value is (158,170,186). Sum of RGB (Red+Green+Blue) = 158+170+186=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #9EAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAABA is #615545. Grayscale: #A8A8A8. Windows color (decimal): -6378822 or 12233374. OLE color: 12233374.
HSL color Cylindrical-coordinate representation of color #9EAABA: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EAABA is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 170 | 186 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.27 |
| HSL | 214.29º | 0.17% | 0.67% | - |
| HSV(B) | 214.29º | 0.15% | 0.73% | - |
| XYZ | 37.34 | 39.56 | 52.12 | - |
| YUV | 168.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 186 | 0.15 | 0.09 | 0 | 0.27 | 214.29 | 0.17 | 0.67 |
| Hex | 9E | AA | BA | F | 9 | 0 | 1B | D6 | 11 | 43 |
| Octal | 236 | 252 | 272 | 17 | 11 | 0 | 33 | 326 | 21 | 103 |
| Binary | 10011110 | 10101010 | 10111010 | 1111 | 1001 | 0 | 11011 | 11010110 | 10001 | 1000011 |
Color Harmonies of #9EAABA
Complementary color
Monochromatic Colors of #9EAABA
Black with #9EAABA
Text Example
Text Example
White with #9EAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAABA; }
p { color: rgb(158,170,186); }
H1.HeaderClassName
{
color: #9EAABA;
}
.AnyTagClassName
{
color: #9EAABA;
}
</style>
background-color css
<style>
a { background-color: #9EAABA; }
a { background-color: rgb(158,170,186); }
div.DivClassName
{
background-color: #9EAABA;
}
.BgClassName
{
background-color: #9EAABA;
}
</style>
border-color css
<style>
span { border-color: #9EAABA; }
span { border-color: rgb(158,170,186); }
td.TdClassName
{
border-color: #9EAABA;
}
.TagClassName
{
border-color: #9EAABA;
}
</style>