Shades of Rock Blue #99A5BE
Tints of Rock Blue #99A5BE
RGB
CMYK
RGB Variations
Color information
#99A5BE (or 0x99A5BE) is known color: Rock Blue. HEX triplet: 99, A5 and BE. RGB value is (153,165,190). Sum of RGB (Red+Green+Blue) = 153+165+190=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #99A5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5BE is #665A41. Grayscale: #A4A4A4. Windows color (decimal): -6707778 or 12494233. OLE color: 12494233.
HSL color Cylindrical-coordinate representation of color #99A5BE: hue angle of 220.54º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99A5BE is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 165 | 190 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.25 |
| HSL | 220.54º | 0.22% | 0.67% | - |
| HSV(B) | 220.54º | 0.19% | 0.75% | - |
| XYZ | 35.89 | 37.4 | 54.04 | - |
| YUV | 164.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 190 | 0.19 | 0.13 | 0 | 0.25 | 220.54 | 0.22 | 0.67 |
| Hex | 99 | A5 | BE | 13 | D | 0 | 19 | DD | 16 | 43 |
| Octal | 231 | 245 | 276 | 23 | 15 | 0 | 31 | 335 | 26 | 103 |
| Binary | 10011001 | 10100101 | 10111110 | 10011 | 1101 | 0 | 11001 | 11011101 | 10110 | 1000011 |
Color Harmonies of #99A5BE
Complementary color
Monochromatic Colors of #99A5BE
Black with #99A5BE
Text Example
Text Example
White with #99A5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5BE; }
p { color: rgb(153,165,190); }
H1.HeaderClassName
{
color: #99A5BE;
}
.AnyTagClassName
{
color: #99A5BE;
}
</style>
background-color css
<style>
a { background-color: #99A5BE; }
a { background-color: rgb(153,165,190); }
div.DivClassName
{
background-color: #99A5BE;
}
.BgClassName
{
background-color: #99A5BE;
}
</style>
border-color css
<style>
span { border-color: #99A5BE; }
span { border-color: rgb(153,165,190); }
td.TdClassName
{
border-color: #99A5BE;
}
.TagClassName
{
border-color: #99A5BE;
}
</style>