Shades of Rock Blue #96A8BC
Tints of Rock Blue #96A8BC
RGB
CMYK
RGB Variations
Color information
#96A8BC (or 0x96A8BC) is known color: Rock Blue. HEX triplet: 96, A8 and BC. RGB value is (150,168,188). Sum of RGB (Red+Green+Blue) = 150+168+188=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #96A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8BC is #695743. Grayscale: #A4A4A4. Windows color (decimal): -6903620 or 12363926. OLE color: 12363926.
HSL color Cylindrical-coordinate representation of color #96A8BC: hue angle of 211.58º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96A8BC is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 168 | 188 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.26 |
| HSL | 211.58º | 0.22% | 0.66% | - |
| HSV(B) | 211.58º | 0.2% | 0.74% | - |
| XYZ | 35.66 | 38.12 | 53.06 | - |
| YUV | 164.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 188 | 0.20 | 0.11 | 0 | 0.26 | 211.58 | 0.22 | 0.66 |
| Hex | 96 | A8 | BC | 14 | B | 0 | 1A | D4 | 16 | 42 |
| Octal | 226 | 250 | 274 | 24 | 13 | 0 | 32 | 324 | 26 | 102 |
| Binary | 10010110 | 10101000 | 10111100 | 10100 | 1011 | 0 | 11010 | 11010100 | 10110 | 1000010 |
Color Harmonies of #96A8BC
Complementary color
Monochromatic Colors of #96A8BC
Black with #96A8BC
Text Example
Text Example
White with #96A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8BC; }
p { color: rgb(150,168,188); }
H1.HeaderClassName
{
color: #96A8BC;
}
.AnyTagClassName
{
color: #96A8BC;
}
</style>
background-color css
<style>
a { background-color: #96A8BC; }
a { background-color: rgb(150,168,188); }
div.DivClassName
{
background-color: #96A8BC;
}
.BgClassName
{
background-color: #96A8BC;
}
</style>
border-color css
<style>
span { border-color: #96A8BC; }
span { border-color: rgb(150,168,188); }
td.TdClassName
{
border-color: #96A8BC;
}
.TagClassName
{
border-color: #96A8BC;
}
</style>