Shades of Rock Blue #96A2C2
Tints of Rock Blue #96A2C2
RGB
CMYK
RGB Variations
Color information
#96A2C2 (or 0x96A2C2) is known color: Rock Blue. HEX triplet: 96, A2 and C2. RGB value is (150,162,194). Sum of RGB (Red+Green+Blue) = 150+162+194=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #96A2C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A2C2 is #695D3D. Grayscale: #A1A1A1. Windows color (decimal): -6905150 or 12755606. OLE color: 12755606.
HSL color Cylindrical-coordinate representation of color #96A2C2: hue angle of 223.64º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96A2C2 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 162 | 194 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.24 |
| HSL | 223.64º | 0.27% | 0.67% | - |
| HSV(B) | 223.64º | 0.23% | 0.76% | - |
| XYZ | 35.24 | 36.22 | 56.17 | - |
| YUV | 162.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 194 | 0.23 | 0.16 | 0 | 0.24 | 223.64 | 0.27 | 0.67 |
| Hex | 96 | A2 | C2 | 17 | 10 | 0 | 18 | E0 | 1B | 43 |
| Octal | 226 | 242 | 302 | 27 | 20 | 0 | 30 | 340 | 33 | 103 |
| Binary | 10010110 | 10100010 | 11000010 | 10111 | 10000 | 0 | 11000 | 11100000 | 11011 | 1000011 |
Color Harmonies of #96A2C2
Complementary color
Monochromatic Colors of #96A2C2
Black with #96A2C2
Text Example
Text Example
White with #96A2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A2C2; }
p { color: rgb(150,162,194); }
H1.HeaderClassName
{
color: #96A2C2;
}
.AnyTagClassName
{
color: #96A2C2;
}
</style>
background-color css
<style>
a { background-color: #96A2C2; }
a { background-color: rgb(150,162,194); }
div.DivClassName
{
background-color: #96A2C2;
}
.BgClassName
{
background-color: #96A2C2;
}
</style>
border-color css
<style>
span { border-color: #96A2C2; }
span { border-color: rgb(150,162,194); }
td.TdClassName
{
border-color: #96A2C2;
}
.TagClassName
{
border-color: #96A2C2;
}
</style>