Shades of Rock Blue #99A8B9
Tints of Rock Blue #99A8B9
RGB
CMYK
RGB Variations
Color information
#99A8B9 (or 0x99A8B9) is known color: Rock Blue. HEX triplet: 99, A8 and B9. RGB value is (153,168,185). Sum of RGB (Red+Green+Blue) = 153+168+185=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 185 - color contains mainly: blue. Hex color #99A8B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8B9 is #665746. Grayscale: #A5A5A5. Windows color (decimal): -6707015 or 12167321. OLE color: 12167321.
HSL color Cylindrical-coordinate representation of color #99A8B9: hue angle of 211.88º 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 #99A8B9 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 168 | 185 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.27 |
| HSL | 211.88º | 0.19% | 0.66% | - |
| HSV(B) | 211.88º | 0.17% | 0.73% | - |
| XYZ | 35.9 | 38.28 | 51.4 | - |
| YUV | 165.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 185 | 0.17 | 0.09 | 0 | 0.27 | 211.88 | 0.19 | 0.66 |
| Hex | 99 | A8 | B9 | 11 | 9 | 0 | 1B | D4 | 13 | 42 |
| Octal | 231 | 250 | 271 | 21 | 11 | 0 | 33 | 324 | 23 | 102 |
| Binary | 10011001 | 10101000 | 10111001 | 10001 | 1001 | 0 | 11011 | 11010100 | 10011 | 1000010 |
Color Harmonies of #99A8B9
Complementary color
Monochromatic Colors of #99A8B9
Black with #99A8B9
Text Example
Text Example
White with #99A8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8B9; }
p { color: rgb(153,168,185); }
H1.HeaderClassName
{
color: #99A8B9;
}
.AnyTagClassName
{
color: #99A8B9;
}
</style>
background-color css
<style>
a { background-color: #99A8B9; }
a { background-color: rgb(153,168,185); }
div.DivClassName
{
background-color: #99A8B9;
}
.BgClassName
{
background-color: #99A8B9;
}
</style>
border-color css
<style>
span { border-color: #99A8B9; }
span { border-color: rgb(153,168,185); }
td.TdClassName
{
border-color: #99A8B9;
}
.TagClassName
{
border-color: #99A8B9;
}
</style>