Shades of Rock Blue #999FB9
Tints of Rock Blue #999FB9
RGB
CMYK
RGB Variations
Color information
#999FB9 (or 0x999FB9) is known color: Rock Blue. HEX triplet: 99, 9F and B9. RGB value is (153,159,185). Sum of RGB (Red+Green+Blue) = 153+159+185=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #999FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FB9 is #666046. Grayscale: #A0A0A0. Windows color (decimal): -6709319 or 12165017. OLE color: 12165017.
HSL color Cylindrical-coordinate representation of color #999FB9: hue angle of 228.75º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #999FB9 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 159 | 185 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.27 |
| HSL | 228.75º | 0.19% | 0.66% | - |
| HSV(B) | 228.75º | 0.17% | 0.73% | - |
| XYZ | 34.29 | 35.07 | 50.86 | - |
| YUV | 160.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 185 | 0.17 | 0.14 | 0 | 0.27 | 228.75 | 0.19 | 0.66 |
| Hex | 99 | 9F | B9 | 11 | E | 0 | 1B | E5 | 13 | 42 |
| Octal | 231 | 237 | 271 | 21 | 16 | 0 | 33 | 345 | 23 | 102 |
| Binary | 10011001 | 10011111 | 10111001 | 10001 | 1110 | 0 | 11011 | 11100101 | 10011 | 1000010 |
Color Harmonies of #999FB9
Complementary color
Monochromatic Colors of #999FB9
Black with #999FB9
Text Example
Text Example
White with #999FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FB9; }
p { color: rgb(153,159,185); }
H1.HeaderClassName
{
color: #999FB9;
}
.AnyTagClassName
{
color: #999FB9;
}
</style>
background-color css
<style>
a { background-color: #999FB9; }
a { background-color: rgb(153,159,185); }
div.DivClassName
{
background-color: #999FB9;
}
.BgClassName
{
background-color: #999FB9;
}
</style>
border-color css
<style>
span { border-color: #999FB9; }
span { border-color: rgb(153,159,185); }
td.TdClassName
{
border-color: #999FB9;
}
.TagClassName
{
border-color: #999FB9;
}
</style>