Shades of Rock Blue #9EACBE
Tints of Rock Blue #9EACBE
RGB
CMYK
RGB Variations
Color information
#9EACBE (or 0x9EACBE) is known color: Rock Blue. HEX triplet: 9E, AC and BE. RGB value is (158,172,190). Sum of RGB (Red+Green+Blue) = 158+172+190=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACBE is #615341. Grayscale: #A9A9A9. Windows color (decimal): -6378306 or 12496030. OLE color: 12496030.
HSL color Cylindrical-coordinate representation of color #9EACBE: hue angle of 213.75º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EACBE is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 172 | 190 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.25 |
| HSL | 213.75º | 0.2% | 0.68% | - |
| HSV(B) | 213.75º | 0.17% | 0.75% | - |
| XYZ | 38.15 | 40.49 | 54.52 | - |
| YUV | 169.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 190 | 0.17 | 0.09 | 0 | 0.25 | 213.75 | 0.2 | 0.68 |
| Hex | 9E | AC | BE | 11 | 9 | 0 | 19 | D6 | 14 | 44 |
| Octal | 236 | 254 | 276 | 21 | 11 | 0 | 31 | 326 | 24 | 104 |
| Binary | 10011110 | 10101100 | 10111110 | 10001 | 1001 | 0 | 11001 | 11010110 | 10100 | 1000100 |
Color Harmonies of #9EACBE
Complementary color
Monochromatic Colors of #9EACBE
Black with #9EACBE
Text Example
Text Example
White with #9EACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACBE; }
p { color: rgb(158,172,190); }
H1.HeaderClassName
{
color: #9EACBE;
}
.AnyTagClassName
{
color: #9EACBE;
}
</style>
background-color css
<style>
a { background-color: #9EACBE; }
a { background-color: rgb(158,172,190); }
div.DivClassName
{
background-color: #9EACBE;
}
.BgClassName
{
background-color: #9EACBE;
}
</style>
border-color css
<style>
span { border-color: #9EACBE; }
span { border-color: rgb(158,172,190); }
td.TdClassName
{
border-color: #9EACBE;
}
.TagClassName
{
border-color: #9EACBE;
}
</style>