Shades of Rock Blue #99A5B5
Tints of Rock Blue #99A5B5
RGB
CMYK
RGB Variations
Color information
#99A5B5 (or 0x99A5B5) is known color: Rock Blue. HEX triplet: 99, A5 and B5. RGB value is (153,165,181). Sum of RGB (Red+Green+Blue) = 153+165+181=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 181 - color contains mainly: blue. Hex color #99A5B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5B5 is #665A4A. Grayscale: #A3A3A3. Windows color (decimal): -6707787 or 11904409. OLE color: 11904409.
HSL color Cylindrical-coordinate representation of color #99A5B5: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99A5B5 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 165 | 181 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.29 |
| HSL | 214.29º | 0.16% | 0.65% | - |
| HSV(B) | 214.29º | 0.15% | 0.71% | - |
| XYZ | 34.93 | 37.02 | 49.02 | - |
| YUV | 163.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 181 | 0.15 | 0.09 | 0 | 0.29 | 214.29 | 0.16 | 0.65 |
| Hex | 99 | A5 | B5 | F | 9 | 0 | 1D | D6 | 10 | 41 |
| Octal | 231 | 245 | 265 | 17 | 11 | 0 | 35 | 326 | 20 | 101 |
| Binary | 10011001 | 10100101 | 10110101 | 1111 | 1001 | 0 | 11101 | 11010110 | 10000 | 1000001 |
Color Harmonies of #99A5B5
Complementary color
Monochromatic Colors of #99A5B5
Black with #99A5B5
Text Example
Text Example
White with #99A5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5B5; }
p { color: rgb(153,165,181); }
H1.HeaderClassName
{
color: #99A5B5;
}
.AnyTagClassName
{
color: #99A5B5;
}
</style>
background-color css
<style>
a { background-color: #99A5B5; }
a { background-color: rgb(153,165,181); }
div.DivClassName
{
background-color: #99A5B5;
}
.BgClassName
{
background-color: #99A5B5;
}
</style>
border-color css
<style>
span { border-color: #99A5B5; }
span { border-color: rgb(153,165,181); }
td.TdClassName
{
border-color: #99A5B5;
}
.TagClassName
{
border-color: #99A5B5;
}
</style>