Shades of Rock Blue #999FB5
Tints of Rock Blue #999FB5
RGB
CMYK
RGB Variations
Color information
#999FB5 (or 0x999FB5) is known color: Rock Blue. HEX triplet: 99, 9F and B5. RGB value is (153,159,181). Sum of RGB (Red+Green+Blue) = 153+159+181=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 181 - color contains mainly: blue. Hex color #999FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FB5 is #66604A. Grayscale: #9F9F9F. Windows color (decimal): -6709323 or 11902873. OLE color: 11902873.
HSL color Cylindrical-coordinate representation of color #999FB5: hue angle of 227.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999FB5 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 159 | 181 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.29 |
| HSL | 227.14º | 0.16% | 0.65% | - |
| HSV(B) | 227.14º | 0.15% | 0.71% | - |
| XYZ | 33.88 | 34.9 | 48.67 | - |
| YUV | 159.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 181 | 0.15 | 0.12 | 0 | 0.29 | 227.14 | 0.16 | 0.65 |
| Hex | 99 | 9F | B5 | F | C | 0 | 1D | E3 | 10 | 41 |
| Octal | 231 | 237 | 265 | 17 | 14 | 0 | 35 | 343 | 20 | 101 |
| Binary | 10011001 | 10011111 | 10110101 | 1111 | 1100 | 0 | 11101 | 11100011 | 10000 | 1000001 |
Color Harmonies of #999FB5
Complementary color
Monochromatic Colors of #999FB5
Black with #999FB5
Text Example
Text Example
White with #999FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FB5; }
p { color: rgb(153,159,181); }
H1.HeaderClassName
{
color: #999FB5;
}
.AnyTagClassName
{
color: #999FB5;
}
</style>
background-color css
<style>
a { background-color: #999FB5; }
a { background-color: rgb(153,159,181); }
div.DivClassName
{
background-color: #999FB5;
}
.BgClassName
{
background-color: #999FB5;
}
</style>
border-color css
<style>
span { border-color: #999FB5; }
span { border-color: rgb(153,159,181); }
td.TdClassName
{
border-color: #999FB5;
}
.TagClassName
{
border-color: #999FB5;
}
</style>