Shades of Rock Blue #99A1C1
Tints of Rock Blue #99A1C1
RGB
CMYK
RGB Variations
Color information
#99A1C1 (or 0x99A1C1) is known color: Rock Blue. HEX triplet: 99, A1 and C1. RGB value is (153,161,193). Sum of RGB (Red+Green+Blue) = 153+161+193=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #99A1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1C1 is #665E3E. Grayscale: #A2A2A2. Windows color (decimal): -6708799 or 12689817. OLE color: 12689817.
HSL color Cylindrical-coordinate representation of color #99A1C1: hue angle of 228º 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 #99A1C1 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 161 | 193 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.24 |
| HSL | 228º | 0.24% | 0.68% | - |
| HSV(B) | 228º | 0.21% | 0.76% | - |
| XYZ | 35.51 | 36.11 | 55.55 | - |
| YUV | 162.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 193 | 0.21 | 0.17 | 0 | 0.24 | 228 | 0.24 | 0.68 |
| Hex | 99 | A1 | C1 | 15 | 11 | 0 | 18 | E4 | 18 | 44 |
| Octal | 231 | 241 | 301 | 25 | 21 | 0 | 30 | 344 | 30 | 104 |
| Binary | 10011001 | 10100001 | 11000001 | 10101 | 10001 | 0 | 11000 | 11100100 | 11000 | 1000100 |
Color Harmonies of #99A1C1
Complementary color
Monochromatic Colors of #99A1C1
Black with #99A1C1
Text Example
Text Example
White with #99A1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1C1; }
p { color: rgb(153,161,193); }
H1.HeaderClassName
{
color: #99A1C1;
}
.AnyTagClassName
{
color: #99A1C1;
}
</style>
background-color css
<style>
a { background-color: #99A1C1; }
a { background-color: rgb(153,161,193); }
div.DivClassName
{
background-color: #99A1C1;
}
.BgClassName
{
background-color: #99A1C1;
}
</style>
border-color css
<style>
span { border-color: #99A1C1; }
span { border-color: rgb(153,161,193); }
td.TdClassName
{
border-color: #99A1C1;
}
.TagClassName
{
border-color: #99A1C1;
}
</style>