Shades of Rock Blue #99A3B9
Tints of Rock Blue #99A3B9
RGB
CMYK
RGB Variations
Color information
#99A3B9 (or 0x99A3B9) is known color: Rock Blue. HEX triplet: 99, A3 and B9. RGB value is (153,163,185). Sum of RGB (Red+Green+Blue) = 153+163+185=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 185 - color contains mainly: blue. Hex color #99A3B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A3B9 is #665C46. Grayscale: #A2A2A2. Windows color (decimal): -6708295 or 12166041. OLE color: 12166041.
HSL color Cylindrical-coordinate representation of color #99A3B9: hue angle of 221.25º 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 #99A3B9 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 163 | 185 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.27 |
| HSL | 221.25º | 0.19% | 0.66% | - |
| HSV(B) | 221.25º | 0.17% | 0.73% | - |
| XYZ | 34.99 | 36.47 | 51.09 | - |
| YUV | 162.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 185 | 0.17 | 0.12 | 0 | 0.27 | 221.25 | 0.19 | 0.66 |
| Hex | 99 | A3 | B9 | 11 | C | 0 | 1B | DD | 13 | 42 |
| Octal | 231 | 243 | 271 | 21 | 14 | 0 | 33 | 335 | 23 | 102 |
| Binary | 10011001 | 10100011 | 10111001 | 10001 | 1100 | 0 | 11011 | 11011101 | 10011 | 1000010 |
Color Harmonies of #99A3B9
Complementary color
Monochromatic Colors of #99A3B9
Black with #99A3B9
Text Example
Text Example
White with #99A3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A3B9; }
p { color: rgb(153,163,185); }
H1.HeaderClassName
{
color: #99A3B9;
}
.AnyTagClassName
{
color: #99A3B9;
}
</style>
background-color css
<style>
a { background-color: #99A3B9; }
a { background-color: rgb(153,163,185); }
div.DivClassName
{
background-color: #99A3B9;
}
.BgClassName
{
background-color: #99A3B9;
}
</style>
border-color css
<style>
span { border-color: #99A3B9; }
span { border-color: rgb(153,163,185); }
td.TdClassName
{
border-color: #99A3B9;
}
.TagClassName
{
border-color: #99A3B9;
}
</style>