Shades of Rock Blue #99A2B9
Tints of Rock Blue #99A2B9
RGB
CMYK
RGB Variations
Color information
#99A2B9 (or 0x99A2B9) is known color: Rock Blue. HEX triplet: 99, A2 and B9. RGB value is (153,162,185). Sum of RGB (Red+Green+Blue) = 153+162+185=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 185 - color contains mainly: blue. Hex color #99A2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2B9 is #665D46. Grayscale: #A1A1A1. Windows color (decimal): -6708551 or 12165785. OLE color: 12165785.
HSL color Cylindrical-coordinate representation of color #99A2B9: hue angle of 223.12º 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 #99A2B9 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 162 | 185 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.27 |
| HSL | 223.13º | 0.19% | 0.66% | - |
| HSV(B) | 223.13º | 0.17% | 0.73% | - |
| XYZ | 34.81 | 36.12 | 51.04 | - |
| YUV | 161.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 185 | 0.17 | 0.12 | 0 | 0.27 | 223.13 | 0.19 | 0.66 |
| Hex | 99 | A2 | B9 | 11 | C | 0 | 1B | DF | 13 | 42 |
| Octal | 231 | 242 | 271 | 21 | 14 | 0 | 33 | 337 | 23 | 102 |
| Binary | 10011001 | 10100010 | 10111001 | 10001 | 1100 | 0 | 11011 | 11011111 | 10011 | 1000010 |
Color Harmonies of #99A2B9
Complementary color
Monochromatic Colors of #99A2B9
Black with #99A2B9
Text Example
Text Example
White with #99A2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2B9; }
p { color: rgb(153,162,185); }
H1.HeaderClassName
{
color: #99A2B9;
}
.AnyTagClassName
{
color: #99A2B9;
}
</style>
background-color css
<style>
a { background-color: #99A2B9; }
a { background-color: rgb(153,162,185); }
div.DivClassName
{
background-color: #99A2B9;
}
.BgClassName
{
background-color: #99A2B9;
}
</style>
border-color css
<style>
span { border-color: #99A2B9; }
span { border-color: rgb(153,162,185); }
td.TdClassName
{
border-color: #99A2B9;
}
.TagClassName
{
border-color: #99A2B9;
}
</style>