Shades of Rock Blue #999FB3
Tints of Rock Blue #999FB3
RGB
CMYK
RGB Variations
Color information
#999FB3 (or 0x999FB3) is known color: Rock Blue. HEX triplet: 99, 9F and B3. RGB value is (153,159,179). Sum of RGB (Red+Green+Blue) = 153+159+179=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #999FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FB3 is #66604C. Grayscale: #9F9F9F. Windows color (decimal): -6709325 or 11771801. OLE color: 11771801.
HSL color Cylindrical-coordinate representation of color #999FB3: hue angle of 226.15º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999FB3 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 159 | 179 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.30 |
| HSL | 226.15º | 0.15% | 0.65% | - |
| HSV(B) | 226.15º | 0.15% | 0.7% | - |
| XYZ | 33.67 | 34.82 | 47.59 | - |
| YUV | 159.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 179 | 0.15 | 0.11 | 0 | 0.30 | 226.15 | 0.15 | 0.65 |
| Hex | 99 | 9F | B3 | F | B | 0 | 1E | E2 | F | 41 |
| Octal | 231 | 237 | 263 | 17 | 13 | 0 | 36 | 342 | 17 | 101 |
| Binary | 10011001 | 10011111 | 10110011 | 1111 | 1011 | 0 | 11110 | 11100010 | 1111 | 1000001 |
Color Harmonies of #999FB3
Complementary color
Monochromatic Colors of #999FB3
Black with #999FB3
Text Example
Text Example
White with #999FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FB3; }
p { color: rgb(153,159,179); }
H1.HeaderClassName
{
color: #999FB3;
}
.AnyTagClassName
{
color: #999FB3;
}
</style>
background-color css
<style>
a { background-color: #999FB3; }
a { background-color: rgb(153,159,179); }
div.DivClassName
{
background-color: #999FB3;
}
.BgClassName
{
background-color: #999FB3;
}
</style>
border-color css
<style>
span { border-color: #999FB3; }
span { border-color: rgb(153,159,179); }
td.TdClassName
{
border-color: #999FB3;
}
.TagClassName
{
border-color: #999FB3;
}
</style>