Shades of Rock Blue #9DAABD
Tints of Rock Blue #9DAABD
RGB
CMYK
RGB Variations
Color information
#9DAABD (or 0x9DAABD) is known color: Rock Blue. HEX triplet: 9D, AA and BD. RGB value is (157,170,189). Sum of RGB (Red+Green+Blue) = 157+170+189=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #9DAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAABD is #625542. Grayscale: #A8A8A8. Windows color (decimal): -6444355 or 12429981. OLE color: 12429981.
HSL color Cylindrical-coordinate representation of color #9DAABD: hue angle of 215.62º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DAABD is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 170 | 189 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.26 |
| HSL | 215.63º | 0.2% | 0.68% | - |
| HSV(B) | 215.63º | 0.17% | 0.74% | - |
| XYZ | 37.46 | 39.59 | 53.81 | - |
| YUV | 168.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 189 | 0.17 | 0.10 | 0 | 0.26 | 215.63 | 0.2 | 0.68 |
| Hex | 9D | AA | BD | 11 | A | 0 | 1A | D8 | 14 | 44 |
| Octal | 235 | 252 | 275 | 21 | 12 | 0 | 32 | 330 | 24 | 104 |
| Binary | 10011101 | 10101010 | 10111101 | 10001 | 1010 | 0 | 11010 | 11011000 | 10100 | 1000100 |
Color Harmonies of #9DAABD
Complementary color
Monochromatic Colors of #9DAABD
Black with #9DAABD
Text Example
Text Example
White with #9DAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAABD; }
p { color: rgb(157,170,189); }
H1.HeaderClassName
{
color: #9DAABD;
}
.AnyTagClassName
{
color: #9DAABD;
}
</style>
background-color css
<style>
a { background-color: #9DAABD; }
a { background-color: rgb(157,170,189); }
div.DivClassName
{
background-color: #9DAABD;
}
.BgClassName
{
background-color: #9DAABD;
}
</style>
border-color css
<style>
span { border-color: #9DAABD; }
span { border-color: rgb(157,170,189); }
td.TdClassName
{
border-color: #9DAABD;
}
.TagClassName
{
border-color: #9DAABD;
}
</style>