Shades of Rock Blue #9DA9BA
Tints of Rock Blue #9DA9BA
RGB
CMYK
RGB Variations
Color information
#9DA9BA (or 0x9DA9BA) is known color: Rock Blue. HEX triplet: 9D, A9 and BA. RGB value is (157,169,186). Sum of RGB (Red+Green+Blue) = 157+169+186=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA9BA is #625645. Grayscale: #A7A7A7. Windows color (decimal): -6444614 or 12233117. OLE color: 12233117.
HSL color Cylindrical-coordinate representation of color #9DA9BA: hue angle of 215.17º 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 #9DA9BA is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 169 | 186 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.27 |
| HSL | 215.17º | 0.17% | 0.67% | - |
| HSV(B) | 215.17º | 0.16% | 0.73% | - |
| XYZ | 36.96 | 39.09 | 52.05 | - |
| YUV | 167.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 186 | 0.16 | 0.09 | 0 | 0.27 | 215.17 | 0.17 | 0.67 |
| Hex | 9D | A9 | BA | 10 | 9 | 0 | 1B | D7 | 11 | 43 |
| Octal | 235 | 251 | 272 | 20 | 11 | 0 | 33 | 327 | 21 | 103 |
| Binary | 10011101 | 10101001 | 10111010 | 10000 | 1001 | 0 | 11011 | 11010111 | 10001 | 1000011 |
Color Harmonies of #9DA9BA
Complementary color
Monochromatic Colors of #9DA9BA
Black with #9DA9BA
Text Example
Text Example
White with #9DA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA9BA; }
p { color: rgb(157,169,186); }
H1.HeaderClassName
{
color: #9DA9BA;
}
.AnyTagClassName
{
color: #9DA9BA;
}
</style>
background-color css
<style>
a { background-color: #9DA9BA; }
a { background-color: rgb(157,169,186); }
div.DivClassName
{
background-color: #9DA9BA;
}
.BgClassName
{
background-color: #9DA9BA;
}
</style>
border-color css
<style>
span { border-color: #9DA9BA; }
span { border-color: rgb(157,169,186); }
td.TdClassName
{
border-color: #9DA9BA;
}
.TagClassName
{
border-color: #9DA9BA;
}
</style>