Shades of Rock Blue #99A9C1
Tints of Rock Blue #99A9C1
RGB
CMYK
RGB Variations
Color information
#99A9C1 (or 0x99A9C1) is known color: Rock Blue. HEX triplet: 99, A9 and C1. RGB value is (153,169,193). Sum of RGB (Red+Green+Blue) = 153+169+193=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #99A9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A9C1 is #66563E. Grayscale: #A6A6A6. Windows color (decimal): -6706751 or 12691865. OLE color: 12691865.
HSL color Cylindrical-coordinate representation of color #99A9C1: hue angle of 216º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99A9C1 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 169 | 193 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.24 |
| HSL | 216º | 0.24% | 0.68% | - |
| HSV(B) | 216º | 0.21% | 0.76% | - |
| XYZ | 36.95 | 39 | 56.03 | - |
| YUV | 166.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 193 | 0.21 | 0.12 | 0 | 0.24 | 216 | 0.24 | 0.68 |
| Hex | 99 | A9 | C1 | 15 | C | 0 | 18 | D8 | 18 | 44 |
| Octal | 231 | 251 | 301 | 25 | 14 | 0 | 30 | 330 | 30 | 104 |
| Binary | 10011001 | 10101001 | 11000001 | 10101 | 1100 | 0 | 11000 | 11011000 | 11000 | 1000100 |
Color Harmonies of #99A9C1
Complementary color
Monochromatic Colors of #99A9C1
Black with #99A9C1
Text Example
Text Example
White with #99A9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A9C1; }
p { color: rgb(153,169,193); }
H1.HeaderClassName
{
color: #99A9C1;
}
.AnyTagClassName
{
color: #99A9C1;
}
</style>
background-color css
<style>
a { background-color: #99A9C1; }
a { background-color: rgb(153,169,193); }
div.DivClassName
{
background-color: #99A9C1;
}
.BgClassName
{
background-color: #99A9C1;
}
</style>
border-color css
<style>
span { border-color: #99A9C1; }
span { border-color: rgb(153,169,193); }
td.TdClassName
{
border-color: #99A9C1;
}
.TagClassName
{
border-color: #99A9C1;
}
</style>