Shades of Rock Blue #99A1AE
Tints of Rock Blue #99A1AE
RGB
CMYK
RGB Variations
Color information
#99A1AE (or 0x99A1AE) is known color: Rock Blue. HEX triplet: 99, A1 and AE. RGB value is (153,161,174). Sum of RGB (Red+Green+Blue) = 153+161+174=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #99A1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A1AE is #665E51. Grayscale: #A0A0A0. Windows color (decimal): -6708818 or 11444633. OLE color: 11444633.
HSL color Cylindrical-coordinate representation of color #99A1AE: hue angle of 217.14º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99A1AE is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 161 | 174 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.32 |
| HSL | 217.14º | 0.11% | 0.64% | - |
| HSV(B) | 217.14º | 0.12% | 0.68% | - |
| XYZ | 33.52 | 35.32 | 45.09 | - |
| YUV | 160.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 174 | 0.12 | 0.07 | 0 | 0.32 | 217.14 | 0.11 | 0.64 |
| Hex | 99 | A1 | AE | C | 7 | 0 | 20 | D9 | B | 40 |
| Octal | 231 | 241 | 256 | 14 | 7 | 0 | 40 | 331 | 13 | 100 |
| Binary | 10011001 | 10100001 | 10101110 | 1100 | 111 | 0 | 100000 | 11011001 | 1011 | 1000000 |
Color Harmonies of #99A1AE
Complementary color
Monochromatic Colors of #99A1AE
Black with #99A1AE
Text Example
Text Example
White with #99A1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1AE; }
p { color: rgb(153,161,174); }
H1.HeaderClassName
{
color: #99A1AE;
}
.AnyTagClassName
{
color: #99A1AE;
}
</style>
background-color css
<style>
a { background-color: #99A1AE; }
a { background-color: rgb(153,161,174); }
div.DivClassName
{
background-color: #99A1AE;
}
.BgClassName
{
background-color: #99A1AE;
}
</style>
border-color css
<style>
span { border-color: #99A1AE; }
span { border-color: rgb(153,161,174); }
td.TdClassName
{
border-color: #99A1AE;
}
.TagClassName
{
border-color: #99A1AE;
}
</style>