Shades of Rock Blue #9DAABA
Tints of Rock Blue #9DAABA
RGB
CMYK
RGB Variations
Color information
#9DAABA (or 0x9DAABA) is known color: Rock Blue. HEX triplet: 9D, AA and BA. RGB value is (157,170,186). Sum of RGB (Red+Green+Blue) = 157+170+186=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAABA is #625545. Grayscale: #A7A7A7. Windows color (decimal): -6444358 or 12233373. OLE color: 12233373.
HSL color Cylindrical-coordinate representation of color #9DAABA: hue angle of 213.1º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DAABA is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 170 | 186 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.27 |
| HSL | 213.1º | 0.17% | 0.67% | - |
| HSV(B) | 213.1º | 0.16% | 0.73% | - |
| XYZ | 37.14 | 39.46 | 52.11 | - |
| YUV | 167.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 186 | 0.16 | 0.09 | 0 | 0.27 | 213.1 | 0.17 | 0.67 |
| Hex | 9D | AA | BA | 10 | 9 | 0 | 1B | D5 | 11 | 43 |
| Octal | 235 | 252 | 272 | 20 | 11 | 0 | 33 | 325 | 21 | 103 |
| Binary | 10011101 | 10101010 | 10111010 | 10000 | 1001 | 0 | 11011 | 11010101 | 10001 | 1000011 |
Color Harmonies of #9DAABA
Complementary color
Monochromatic Colors of #9DAABA
Black with #9DAABA
Text Example
Text Example
White with #9DAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAABA; }
p { color: rgb(157,170,186); }
H1.HeaderClassName
{
color: #9DAABA;
}
.AnyTagClassName
{
color: #9DAABA;
}
</style>
background-color css
<style>
a { background-color: #9DAABA; }
a { background-color: rgb(157,170,186); }
div.DivClassName
{
background-color: #9DAABA;
}
.BgClassName
{
background-color: #9DAABA;
}
</style>
border-color css
<style>
span { border-color: #9DAABA; }
span { border-color: rgb(157,170,186); }
td.TdClassName
{
border-color: #9DAABA;
}
.TagClassName
{
border-color: #9DAABA;
}
</style>