Shades of Rock Blue #9DAABC
Tints of Rock Blue #9DAABC
RGB
CMYK
RGB Variations
Color information
#9DAABC (or 0x9DAABC) is known color: Rock Blue. HEX triplet: 9D, AA and BC. RGB value is (157,170,188). Sum of RGB (Red+Green+Blue) = 157+170+188=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAABC is #625543. Grayscale: #A8A8A8. Windows color (decimal): -6444356 or 12364445. OLE color: 12364445.
HSL color Cylindrical-coordinate representation of color #9DAABC: hue angle of 214.84º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DAABC is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 170 | 188 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.26 |
| HSL | 214.84º | 0.19% | 0.68% | - |
| HSV(B) | 214.84º | 0.16% | 0.74% | - |
| XYZ | 37.36 | 39.55 | 53.24 | - |
| YUV | 168.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 188 | 0.16 | 0.10 | 0 | 0.26 | 214.84 | 0.19 | 0.68 |
| Hex | 9D | AA | BC | 10 | A | 0 | 1A | D7 | 13 | 44 |
| Octal | 235 | 252 | 274 | 20 | 12 | 0 | 32 | 327 | 23 | 104 |
| Binary | 10011101 | 10101010 | 10111100 | 10000 | 1010 | 0 | 11010 | 11010111 | 10011 | 1000100 |
Color Harmonies of #9DAABC
Complementary color
Monochromatic Colors of #9DAABC
Black with #9DAABC
Text Example
Text Example
White with #9DAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAABC; }
p { color: rgb(157,170,188); }
H1.HeaderClassName
{
color: #9DAABC;
}
.AnyTagClassName
{
color: #9DAABC;
}
</style>
background-color css
<style>
a { background-color: #9DAABC; }
a { background-color: rgb(157,170,188); }
div.DivClassName
{
background-color: #9DAABC;
}
.BgClassName
{
background-color: #9DAABC;
}
</style>
border-color css
<style>
span { border-color: #9DAABC; }
span { border-color: rgb(157,170,188); }
td.TdClassName
{
border-color: #9DAABC;
}
.TagClassName
{
border-color: #9DAABC;
}
</style>