Shades of Rock Blue #9EAABC
Tints of Rock Blue #9EAABC
RGB
CMYK
RGB Variations
Color information
#9EAABC (or 0x9EAABC) is known color: Rock Blue. HEX triplet: 9E, AA and BC. RGB value is (158,170,188). Sum of RGB (Red+Green+Blue) = 158+170+188=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAABC is #615543. Grayscale: #A8A8A8. Windows color (decimal): -6378820 or 12364446. OLE color: 12364446.
HSL color Cylindrical-coordinate representation of color #9EAABC: hue angle of 216º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EAABC is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 170 | 188 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.26 |
| HSL | 216º | 0.18% | 0.68% | - |
| HSV(B) | 216º | 0.16% | 0.74% | - |
| XYZ | 37.55 | 39.65 | 53.25 | - |
| YUV | 168.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 188 | 0.16 | 0.10 | 0 | 0.26 | 216 | 0.18 | 0.68 |
| Hex | 9E | AA | BC | 10 | A | 0 | 1A | D8 | 12 | 44 |
| Octal | 236 | 252 | 274 | 20 | 12 | 0 | 32 | 330 | 22 | 104 |
| Binary | 10011110 | 10101010 | 10111100 | 10000 | 1010 | 0 | 11010 | 11011000 | 10010 | 1000100 |
Color Harmonies of #9EAABC
Complementary color
Monochromatic Colors of #9EAABC
Black with #9EAABC
Text Example
Text Example
White with #9EAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAABC; }
p { color: rgb(158,170,188); }
H1.HeaderClassName
{
color: #9EAABC;
}
.AnyTagClassName
{
color: #9EAABC;
}
</style>
background-color css
<style>
a { background-color: #9EAABC; }
a { background-color: rgb(158,170,188); }
div.DivClassName
{
background-color: #9EAABC;
}
.BgClassName
{
background-color: #9EAABC;
}
</style>
border-color css
<style>
span { border-color: #9EAABC; }
span { border-color: rgb(158,170,188); }
td.TdClassName
{
border-color: #9EAABC;
}
.TagClassName
{
border-color: #9EAABC;
}
</style>