Shades of Rock Blue #999FBC
Tints of Rock Blue #999FBC
RGB
CMYK
RGB Variations
Color information
#999FBC (or 0x999FBC) is known color: Rock Blue. HEX triplet: 99, 9F and BC. RGB value is (153,159,188). Sum of RGB (Red+Green+Blue) = 153+159+188=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #999FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FBC is #666043. Grayscale: #A0A0A0. Windows color (decimal): -6709316 or 12361625. OLE color: 12361625.
HSL color Cylindrical-coordinate representation of color #999FBC: hue angle of 229.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999FBC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 159 | 188 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.26 |
| HSL | 229.71º | 0.21% | 0.67% | - |
| HSV(B) | 229.71º | 0.19% | 0.74% | - |
| XYZ | 34.61 | 35.2 | 52.55 | - |
| YUV | 160.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 188 | 0.19 | 0.15 | 0 | 0.26 | 229.71 | 0.21 | 0.67 |
| Hex | 99 | 9F | BC | 13 | F | 0 | 1A | E6 | 15 | 43 |
| Octal | 231 | 237 | 274 | 23 | 17 | 0 | 32 | 346 | 25 | 103 |
| Binary | 10011001 | 10011111 | 10111100 | 10011 | 1111 | 0 | 11010 | 11100110 | 10101 | 1000011 |
Color Harmonies of #999FBC
Complementary color
Monochromatic Colors of #999FBC
Black with #999FBC
Text Example
Text Example
White with #999FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FBC; }
p { color: rgb(153,159,188); }
H1.HeaderClassName
{
color: #999FBC;
}
.AnyTagClassName
{
color: #999FBC;
}
</style>
background-color css
<style>
a { background-color: #999FBC; }
a { background-color: rgb(153,159,188); }
div.DivClassName
{
background-color: #999FBC;
}
.BgClassName
{
background-color: #999FBC;
}
</style>
border-color css
<style>
span { border-color: #999FBC; }
span { border-color: rgb(153,159,188); }
td.TdClassName
{
border-color: #999FBC;
}
.TagClassName
{
border-color: #999FBC;
}
</style>