Shades of Rock Blue #99A1BB
Tints of Rock Blue #99A1BB
RGB
CMYK
RGB Variations
Color information
#99A1BB (or 0x99A1BB) is known color: Rock Blue. HEX triplet: 99, A1 and BB. RGB value is (153,161,187). Sum of RGB (Red+Green+Blue) = 153+161+187=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #99A1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1BB is #665E44. Grayscale: #A1A1A1. Windows color (decimal): -6708805 or 12296601. OLE color: 12296601.
HSL color Cylindrical-coordinate representation of color #99A1BB: hue angle of 225.88º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99A1BB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 161 | 187 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.27 |
| HSL | 225.88º | 0.2% | 0.67% | - |
| HSV(B) | 225.88º | 0.18% | 0.73% | - |
| XYZ | 34.85 | 35.85 | 52.1 | - |
| YUV | 161.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 187 | 0.18 | 0.14 | 0 | 0.27 | 225.88 | 0.2 | 0.67 |
| Hex | 99 | A1 | BB | 12 | E | 0 | 1B | E2 | 14 | 43 |
| Octal | 231 | 241 | 273 | 22 | 16 | 0 | 33 | 342 | 24 | 103 |
| Binary | 10011001 | 10100001 | 10111011 | 10010 | 1110 | 0 | 11011 | 11100010 | 10100 | 1000011 |
Color Harmonies of #99A1BB
Complementary color
Monochromatic Colors of #99A1BB
Black with #99A1BB
Text Example
Text Example
White with #99A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1BB; }
p { color: rgb(153,161,187); }
H1.HeaderClassName
{
color: #99A1BB;
}
.AnyTagClassName
{
color: #99A1BB;
}
</style>
background-color css
<style>
a { background-color: #99A1BB; }
a { background-color: rgb(153,161,187); }
div.DivClassName
{
background-color: #99A1BB;
}
.BgClassName
{
background-color: #99A1BB;
}
</style>
border-color css
<style>
span { border-color: #99A1BB; }
span { border-color: rgb(153,161,187); }
td.TdClassName
{
border-color: #99A1BB;
}
.TagClassName
{
border-color: #99A1BB;
}
</style>