Shades of Rock Blue #99A5BA
Tints of Rock Blue #99A5BA
RGB
CMYK
RGB Variations
Color information
#99A5BA (or 0x99A5BA) is known color: Rock Blue. HEX triplet: 99, A5 and BA. RGB value is (153,165,186). Sum of RGB (Red+Green+Blue) = 153+165+186=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #99A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5BA is #665A45. Grayscale: #A3A3A3. Windows color (decimal): -6707782 or 12232089. OLE color: 12232089.
HSL color Cylindrical-coordinate representation of color #99A5BA: hue angle of 218.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99A5BA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 165 | 186 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.27 |
| HSL | 218.18º | 0.19% | 0.66% | - |
| HSV(B) | 218.18º | 0.18% | 0.73% | - |
| XYZ | 35.45 | 37.23 | 51.77 | - |
| YUV | 163.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 186 | 0.18 | 0.11 | 0 | 0.27 | 218.18 | 0.19 | 0.66 |
| Hex | 99 | A5 | BA | 12 | B | 0 | 1B | DA | 13 | 42 |
| Octal | 231 | 245 | 272 | 22 | 13 | 0 | 33 | 332 | 23 | 102 |
| Binary | 10011001 | 10100101 | 10111010 | 10010 | 1011 | 0 | 11011 | 11011010 | 10011 | 1000010 |
Color Harmonies of #99A5BA
Complementary color
Monochromatic Colors of #99A5BA
Black with #99A5BA
Text Example
Text Example
White with #99A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5BA; }
p { color: rgb(153,165,186); }
H1.HeaderClassName
{
color: #99A5BA;
}
.AnyTagClassName
{
color: #99A5BA;
}
</style>
background-color css
<style>
a { background-color: #99A5BA; }
a { background-color: rgb(153,165,186); }
div.DivClassName
{
background-color: #99A5BA;
}
.BgClassName
{
background-color: #99A5BA;
}
</style>
border-color css
<style>
span { border-color: #99A5BA; }
span { border-color: rgb(153,165,186); }
td.TdClassName
{
border-color: #99A5BA;
}
.TagClassName
{
border-color: #99A5BA;
}
</style>