Shades of Rock Blue #96A1C5
Tints of Rock Blue #96A1C5
RGB
CMYK
RGB Variations
Color information
#96A1C5 (or 0x96A1C5) is known color: Rock Blue. HEX triplet: 96, A1 and C5. RGB value is (150,161,197). Sum of RGB (Red+Green+Blue) = 150+161+197=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #96A1C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1C5 is #695E3A. Grayscale: #A1A1A1. Windows color (decimal): -6905403 or 12951958. OLE color: 12951958.
HSL color Cylindrical-coordinate representation of color #96A1C5: hue angle of 225.96º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96A1C5 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 161 | 197 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.23 |
| HSL | 225.96º | 0.29% | 0.68% | - |
| HSV(B) | 225.96º | 0.24% | 0.77% | - |
| XYZ | 35.4 | 36 | 57.91 | - |
| YUV | 161.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 197 | 0.24 | 0.18 | 0 | 0.23 | 225.96 | 0.29 | 0.68 |
| Hex | 96 | A1 | C5 | 18 | 12 | 0 | 17 | E2 | 1D | 44 |
| Octal | 226 | 241 | 305 | 30 | 22 | 0 | 27 | 342 | 35 | 104 |
| Binary | 10010110 | 10100001 | 11000101 | 11000 | 10010 | 0 | 10111 | 11100010 | 11101 | 1000100 |
Color Harmonies of #96A1C5
Complementary color
Monochromatic Colors of #96A1C5
Black with #96A1C5
Text Example
Text Example
White with #96A1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A1C5; }
p { color: rgb(150,161,197); }
H1.HeaderClassName
{
color: #96A1C5;
}
.AnyTagClassName
{
color: #96A1C5;
}
</style>
background-color css
<style>
a { background-color: #96A1C5; }
a { background-color: rgb(150,161,197); }
div.DivClassName
{
background-color: #96A1C5;
}
.BgClassName
{
background-color: #96A1C5;
}
</style>
border-color css
<style>
span { border-color: #96A1C5; }
span { border-color: rgb(150,161,197); }
td.TdClassName
{
border-color: #96A1C5;
}
.TagClassName
{
border-color: #96A1C5;
}
</style>