Shades of Rock Blue #99A0BF
Tints of Rock Blue #99A0BF
RGB
CMYK
RGB Variations
Color information
#99A0BF (or 0x99A0BF) is known color: Rock Blue. HEX triplet: 99, A0 and BF. RGB value is (153,160,191). Sum of RGB (Red+Green+Blue) = 153+160+191=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #99A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0BF is #665F40. Grayscale: #A1A1A1. Windows color (decimal): -6709057 or 12558489. OLE color: 12558489.
HSL color Cylindrical-coordinate representation of color #99A0BF: hue angle of 228.95º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99A0BF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 160 | 191 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.25 |
| HSL | 228.95º | 0.23% | 0.67% | - |
| HSV(B) | 228.95º | 0.2% | 0.75% | - |
| XYZ | 35.11 | 35.68 | 54.33 | - |
| YUV | 161.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 191 | 0.20 | 0.16 | 0 | 0.25 | 228.95 | 0.23 | 0.67 |
| Hex | 99 | A0 | BF | 14 | 10 | 0 | 19 | E5 | 17 | 43 |
| Octal | 231 | 240 | 277 | 24 | 20 | 0 | 31 | 345 | 27 | 103 |
| Binary | 10011001 | 10100000 | 10111111 | 10100 | 10000 | 0 | 11001 | 11100101 | 10111 | 1000011 |
Color Harmonies of #99A0BF
Complementary color
Monochromatic Colors of #99A0BF
Black with #99A0BF
Text Example
Text Example
White with #99A0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0BF; }
p { color: rgb(153,160,191); }
H1.HeaderClassName
{
color: #99A0BF;
}
.AnyTagClassName
{
color: #99A0BF;
}
</style>
background-color css
<style>
a { background-color: #99A0BF; }
a { background-color: rgb(153,160,191); }
div.DivClassName
{
background-color: #99A0BF;
}
.BgClassName
{
background-color: #99A0BF;
}
</style>
border-color css
<style>
span { border-color: #99A0BF; }
span { border-color: rgb(153,160,191); }
td.TdClassName
{
border-color: #99A0BF;
}
.TagClassName
{
border-color: #99A0BF;
}
</style>