Shades of Rock Blue #9FACBE
Tints of Rock Blue #9FACBE
RGB
CMYK
RGB Variations
Color information
#9FACBE (or 0x9FACBE) is known color: Rock Blue. HEX triplet: 9F, AC and BE. RGB value is (159,172,190). Sum of RGB (Red+Green+Blue) = 159+172+190=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACBE is #605341. Grayscale: #AAAAAA. Windows color (decimal): -6312770 or 12496031. OLE color: 12496031.
HSL color Cylindrical-coordinate representation of color #9FACBE: hue angle of 214.84º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FACBE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 172 | 190 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.25 |
| HSL | 214.84º | 0.19% | 0.68% | - |
| HSV(B) | 214.84º | 0.16% | 0.75% | - |
| XYZ | 38.34 | 40.59 | 54.53 | - |
| YUV | 170.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 190 | 0.16 | 0.09 | 0 | 0.25 | 214.84 | 0.19 | 0.68 |
| Hex | 9F | AC | BE | 10 | 9 | 0 | 19 | D7 | 13 | 44 |
| Octal | 237 | 254 | 276 | 20 | 11 | 0 | 31 | 327 | 23 | 104 |
| Binary | 10011111 | 10101100 | 10111110 | 10000 | 1001 | 0 | 11001 | 11010111 | 10011 | 1000100 |
Color Harmonies of #9FACBE
Complementary color
Monochromatic Colors of #9FACBE
Black with #9FACBE
Text Example
Text Example
White with #9FACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACBE; }
p { color: rgb(159,172,190); }
H1.HeaderClassName
{
color: #9FACBE;
}
.AnyTagClassName
{
color: #9FACBE;
}
</style>
background-color css
<style>
a { background-color: #9FACBE; }
a { background-color: rgb(159,172,190); }
div.DivClassName
{
background-color: #9FACBE;
}
.BgClassName
{
background-color: #9FACBE;
}
</style>
border-color css
<style>
span { border-color: #9FACBE; }
span { border-color: rgb(159,172,190); }
td.TdClassName
{
border-color: #9FACBE;
}
.TagClassName
{
border-color: #9FACBE;
}
</style>