Shades of Rock Blue #99A1BC
Tints of Rock Blue #99A1BC
RGB
CMYK
RGB Variations
Color information
#99A1BC (or 0x99A1BC) is known color: Rock Blue. HEX triplet: 99, A1 and BC. RGB value is (153,161,188). Sum of RGB (Red+Green+Blue) = 153+161+188=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #99A1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1BC is #665E43. Grayscale: #A1A1A1. Windows color (decimal): -6708804 or 12362137. OLE color: 12362137.
HSL color Cylindrical-coordinate representation of color #99A1BC: hue angle of 226.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99A1BC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 161 | 188 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.26 |
| HSL | 226.29º | 0.21% | 0.67% | - |
| HSV(B) | 226.29º | 0.19% | 0.74% | - |
| XYZ | 34.96 | 35.89 | 52.66 | - |
| YUV | 161.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 188 | 0.19 | 0.14 | 0 | 0.26 | 226.29 | 0.21 | 0.67 |
| Hex | 99 | A1 | BC | 13 | E | 0 | 1A | E2 | 15 | 43 |
| Octal | 231 | 241 | 274 | 23 | 16 | 0 | 32 | 342 | 25 | 103 |
| Binary | 10011001 | 10100001 | 10111100 | 10011 | 1110 | 0 | 11010 | 11100010 | 10101 | 1000011 |
Color Harmonies of #99A1BC
Complementary color
Monochromatic Colors of #99A1BC
Black with #99A1BC
Text Example
Text Example
White with #99A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1BC; }
p { color: rgb(153,161,188); }
H1.HeaderClassName
{
color: #99A1BC;
}
.AnyTagClassName
{
color: #99A1BC;
}
</style>
background-color css
<style>
a { background-color: #99A1BC; }
a { background-color: rgb(153,161,188); }
div.DivClassName
{
background-color: #99A1BC;
}
.BgClassName
{
background-color: #99A1BC;
}
</style>
border-color css
<style>
span { border-color: #99A1BC; }
span { border-color: rgb(153,161,188); }
td.TdClassName
{
border-color: #99A1BC;
}
.TagClassName
{
border-color: #99A1BC;
}
</style>