Shades of Rock Blue #99A2BA
Tints of Rock Blue #99A2BA
RGB
CMYK
RGB Variations
Color information
#99A2BA (or 0x99A2BA) is known color: Rock Blue. HEX triplet: 99, A2 and BA. RGB value is (153,162,186). Sum of RGB (Red+Green+Blue) = 153+162+186=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #99A2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2BA is #665D45. Grayscale: #A1A1A1. Windows color (decimal): -6708550 or 12231321. OLE color: 12231321.
HSL color Cylindrical-coordinate representation of color #99A2BA: hue angle of 223.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99A2BA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 162 | 186 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.27 |
| HSL | 223.64º | 0.19% | 0.66% | - |
| HSV(B) | 223.64º | 0.18% | 0.73% | - |
| XYZ | 34.92 | 36.16 | 51.59 | - |
| YUV | 162.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 186 | 0.18 | 0.13 | 0 | 0.27 | 223.64 | 0.19 | 0.66 |
| Hex | 99 | A2 | BA | 12 | D | 0 | 1B | E0 | 13 | 42 |
| Octal | 231 | 242 | 272 | 22 | 15 | 0 | 33 | 340 | 23 | 102 |
| Binary | 10011001 | 10100010 | 10111010 | 10010 | 1101 | 0 | 11011 | 11100000 | 10011 | 1000010 |
Color Harmonies of #99A2BA
Complementary color
Monochromatic Colors of #99A2BA
Black with #99A2BA
Text Example
Text Example
White with #99A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2BA; }
p { color: rgb(153,162,186); }
H1.HeaderClassName
{
color: #99A2BA;
}
.AnyTagClassName
{
color: #99A2BA;
}
</style>
background-color css
<style>
a { background-color: #99A2BA; }
a { background-color: rgb(153,162,186); }
div.DivClassName
{
background-color: #99A2BA;
}
.BgClassName
{
background-color: #99A2BA;
}
</style>
border-color css
<style>
span { border-color: #99A2BA; }
span { border-color: rgb(153,162,186); }
td.TdClassName
{
border-color: #99A2BA;
}
.TagClassName
{
border-color: #99A2BA;
}
</style>