Shades of Rock Blue #9DA8BC
Tints of Rock Blue #9DA8BC
RGB
CMYK
RGB Variations
Color information
#9DA8BC (or 0x9DA8BC) is known color: Rock Blue. HEX triplet: 9D, A8 and BC. RGB value is (157,168,188). Sum of RGB (Red+Green+Blue) = 157+168+188=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA8BC is #625743. Grayscale: #A6A6A6. Windows color (decimal): -6444868 or 12363933. OLE color: 12363933.
HSL color Cylindrical-coordinate representation of color #9DA8BC: hue angle of 218.71º 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 #9DA8BC is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 168 | 188 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.26 |
| HSL | 218.71º | 0.19% | 0.68% | - |
| HSV(B) | 218.71º | 0.16% | 0.74% | - |
| XYZ | 36.98 | 38.8 | 53.12 | - |
| YUV | 166.99 | 139.86 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 188 | 0.16 | 0.11 | 0 | 0.26 | 218.71 | 0.19 | 0.68 |
| Hex | 9D | A8 | BC | 10 | B | 0 | 1A | DB | 13 | 44 |
| Octal | 235 | 250 | 274 | 20 | 13 | 0 | 32 | 333 | 23 | 104 |
| Binary | 10011101 | 10101000 | 10111100 | 10000 | 1011 | 0 | 11010 | 11011011 | 10011 | 1000100 |
Color Harmonies of #9DA8BC
Complementary color
Monochromatic Colors of #9DA8BC
Black with #9DA8BC
Text Example
Text Example
White with #9DA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA8BC; }
p { color: rgb(157,168,188); }
H1.HeaderClassName
{
color: #9DA8BC;
}
.AnyTagClassName
{
color: #9DA8BC;
}
</style>
background-color css
<style>
a { background-color: #9DA8BC; }
a { background-color: rgb(157,168,188); }
div.DivClassName
{
background-color: #9DA8BC;
}
.BgClassName
{
background-color: #9DA8BC;
}
</style>
border-color css
<style>
span { border-color: #9DA8BC; }
span { border-color: rgb(157,168,188); }
td.TdClassName
{
border-color: #9DA8BC;
}
.TagClassName
{
border-color: #9DA8BC;
}
</style>