Shades of Rock Blue #9DACBF
Tints of Rock Blue #9DACBF
RGB
CMYK
RGB Variations
Color information
#9DACBF (or 0x9DACBF) is known color: Rock Blue. HEX triplet: 9D, AC and BF. RGB value is (157,172,191). Sum of RGB (Red+Green+Blue) = 157+172+191=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACBF is #625340. Grayscale: #A9A9A9. Windows color (decimal): -6443841 or 12561565. OLE color: 12561565.
HSL color Cylindrical-coordinate representation of color #9DACBF: hue angle of 213.53º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DACBF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 172 | 191 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.25 |
| HSL | 213.53º | 0.21% | 0.68% | - |
| HSV(B) | 213.53º | 0.18% | 0.75% | - |
| XYZ | 38.06 | 40.43 | 55.09 | - |
| YUV | 169.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 191 | 0.18 | 0.10 | 0 | 0.25 | 213.53 | 0.21 | 0.68 |
| Hex | 9D | AC | BF | 12 | A | 0 | 19 | D6 | 15 | 44 |
| Octal | 235 | 254 | 277 | 22 | 12 | 0 | 31 | 326 | 25 | 104 |
| Binary | 10011101 | 10101100 | 10111111 | 10010 | 1010 | 0 | 11001 | 11010110 | 10101 | 1000100 |
Color Harmonies of #9DACBF
Complementary color
Monochromatic Colors of #9DACBF
Black with #9DACBF
Text Example
Text Example
White with #9DACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACBF; }
p { color: rgb(157,172,191); }
H1.HeaderClassName
{
color: #9DACBF;
}
.AnyTagClassName
{
color: #9DACBF;
}
</style>
background-color css
<style>
a { background-color: #9DACBF; }
a { background-color: rgb(157,172,191); }
div.DivClassName
{
background-color: #9DACBF;
}
.BgClassName
{
background-color: #9DACBF;
}
</style>
border-color css
<style>
span { border-color: #9DACBF; }
span { border-color: rgb(157,172,191); }
td.TdClassName
{
border-color: #9DACBF;
}
.TagClassName
{
border-color: #9DACBF;
}
</style>