Shades of Rock Blue #99A9BC
Tints of Rock Blue #99A9BC
RGB
CMYK
RGB Variations
Color information
#99A9BC (or 0x99A9BC) is known color: Rock Blue. HEX triplet: 99, A9 and BC. RGB value is (153,169,188). Sum of RGB (Red+Green+Blue) = 153+169+188=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #99A9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A9BC is #665643. Grayscale: #A6A6A6. Windows color (decimal): -6706756 or 12364185. OLE color: 12364185.
HSL color Cylindrical-coordinate representation of color #99A9BC: hue angle of 212.57º 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 #99A9BC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 169 | 188 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.26 |
| HSL | 212.57º | 0.21% | 0.67% | - |
| HSV(B) | 212.57º | 0.19% | 0.74% | - |
| XYZ | 36.4 | 38.78 | 53.14 | - |
| YUV | 166.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 188 | 0.19 | 0.10 | 0 | 0.26 | 212.57 | 0.21 | 0.67 |
| Hex | 99 | A9 | BC | 13 | A | 0 | 1A | D5 | 15 | 43 |
| Octal | 231 | 251 | 274 | 23 | 12 | 0 | 32 | 325 | 25 | 103 |
| Binary | 10011001 | 10101001 | 10111100 | 10011 | 1010 | 0 | 11010 | 11010101 | 10101 | 1000011 |
Color Harmonies of #99A9BC
Complementary color
Monochromatic Colors of #99A9BC
Black with #99A9BC
Text Example
Text Example
White with #99A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A9BC; }
p { color: rgb(153,169,188); }
H1.HeaderClassName
{
color: #99A9BC;
}
.AnyTagClassName
{
color: #99A9BC;
}
</style>
background-color css
<style>
a { background-color: #99A9BC; }
a { background-color: rgb(153,169,188); }
div.DivClassName
{
background-color: #99A9BC;
}
.BgClassName
{
background-color: #99A9BC;
}
</style>
border-color css
<style>
span { border-color: #99A9BC; }
span { border-color: rgb(153,169,188); }
td.TdClassName
{
border-color: #99A9BC;
}
.TagClassName
{
border-color: #99A9BC;
}
</style>