Shades of Rock Blue #9DACC1
Tints of Rock Blue #9DACC1
RGB
CMYK
RGB Variations
Color information
#9DACC1 (or 0x9DACC1) is known color: Rock Blue. HEX triplet: 9D, AC and C1. RGB value is (157,172,193). Sum of RGB (Red+Green+Blue) = 157+172+193=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #9DACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACC1 is #62533E. Grayscale: #A9A9A9. Windows color (decimal): -6443839 or 12692637. OLE color: 12692637.
HSL color Cylindrical-coordinate representation of color #9DACC1: hue angle of 215º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DACC1 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 172 | 193 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.24 |
| HSL | 215º | 0.23% | 0.69% | - |
| HSV(B) | 215º | 0.19% | 0.76% | - |
| XYZ | 38.28 | 40.52 | 56.26 | - |
| YUV | 169.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 193 | 0.19 | 0.11 | 0 | 0.24 | 215 | 0.23 | 0.69 |
| Hex | 9D | AC | C1 | 13 | B | 0 | 18 | D7 | 16 | 45 |
| Octal | 235 | 254 | 301 | 23 | 13 | 0 | 30 | 327 | 26 | 105 |
| Binary | 10011101 | 10101100 | 11000001 | 10011 | 1011 | 0 | 11000 | 11010111 | 10110 | 1000101 |
Color Harmonies of #9DACC1
Complementary color
Monochromatic Colors of #9DACC1
Black with #9DACC1
Text Example
Text Example
White with #9DACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACC1; }
p { color: rgb(157,172,193); }
H1.HeaderClassName
{
color: #9DACC1;
}
.AnyTagClassName
{
color: #9DACC1;
}
</style>
background-color css
<style>
a { background-color: #9DACC1; }
a { background-color: rgb(157,172,193); }
div.DivClassName
{
background-color: #9DACC1;
}
.BgClassName
{
background-color: #9DACC1;
}
</style>
border-color css
<style>
span { border-color: #9DACC1; }
span { border-color: rgb(157,172,193); }
td.TdClassName
{
border-color: #9DACC1;
}
.TagClassName
{
border-color: #9DACC1;
}
</style>