Shades of Rock Blue #96A1C3
Tints of Rock Blue #96A1C3
RGB
CMYK
RGB Variations
Color information
#96A1C3 (or 0x96A1C3) is known color: Rock Blue. HEX triplet: 96, A1 and C3. RGB value is (150,161,195). Sum of RGB (Red+Green+Blue) = 150+161+195=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #96A1C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1C3 is #695E3C. Grayscale: #A1A1A1. Windows color (decimal): -6905405 or 12820886. OLE color: 12820886.
HSL color Cylindrical-coordinate representation of color #96A1C3: hue angle of 225.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96A1C3 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 161 | 195 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.24 |
| HSL | 225.33º | 0.27% | 0.68% | - |
| HSV(B) | 225.33º | 0.23% | 0.76% | - |
| XYZ | 35.17 | 35.91 | 56.71 | - |
| YUV | 161.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 195 | 0.23 | 0.17 | 0 | 0.24 | 225.33 | 0.27 | 0.68 |
| Hex | 96 | A1 | C3 | 17 | 11 | 0 | 18 | E1 | 1B | 44 |
| Octal | 226 | 241 | 303 | 27 | 21 | 0 | 30 | 341 | 33 | 104 |
| Binary | 10010110 | 10100001 | 11000011 | 10111 | 10001 | 0 | 11000 | 11100001 | 11011 | 1000100 |
Color Harmonies of #96A1C3
Complementary color
Monochromatic Colors of #96A1C3
Black with #96A1C3
Text Example
Text Example
White with #96A1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A1C3; }
p { color: rgb(150,161,195); }
H1.HeaderClassName
{
color: #96A1C3;
}
.AnyTagClassName
{
color: #96A1C3;
}
</style>
background-color css
<style>
a { background-color: #96A1C3; }
a { background-color: rgb(150,161,195); }
div.DivClassName
{
background-color: #96A1C3;
}
.BgClassName
{
background-color: #96A1C3;
}
</style>
border-color css
<style>
span { border-color: #96A1C3; }
span { border-color: rgb(150,161,195); }
td.TdClassName
{
border-color: #96A1C3;
}
.TagClassName
{
border-color: #96A1C3;
}
</style>