Shades of Rock Blue #9DABC1
Tints of Rock Blue #9DABC1
RGB
CMYK
RGB Variations
Color information
#9DABC1 (or 0x9DABC1) is known color: Rock Blue. HEX triplet: 9D, AB and C1. RGB value is (157,171,193). Sum of RGB (Red+Green+Blue) = 157+171+193=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #9DABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABC1 is #62543E. Grayscale: #A9A9A9. Windows color (decimal): -6444095 or 12692381. OLE color: 12692381.
HSL color Cylindrical-coordinate representation of color #9DABC1: hue angle of 216.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DABC1 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 171 | 193 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.24 |
| HSL | 216.67º | 0.23% | 0.69% | - |
| HSV(B) | 216.67º | 0.19% | 0.76% | - |
| XYZ | 38.09 | 40.14 | 56.19 | - |
| YUV | 169.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 193 | 0.19 | 0.11 | 0 | 0.24 | 216.67 | 0.23 | 0.69 |
| Hex | 9D | AB | C1 | 13 | B | 0 | 18 | D9 | 16 | 45 |
| Octal | 235 | 253 | 301 | 23 | 13 | 0 | 30 | 331 | 26 | 105 |
| Binary | 10011101 | 10101011 | 11000001 | 10011 | 1011 | 0 | 11000 | 11011001 | 10110 | 1000101 |
Color Harmonies of #9DABC1
Complementary color
Monochromatic Colors of #9DABC1
Black with #9DABC1
Text Example
Text Example
White with #9DABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DABC1; }
p { color: rgb(157,171,193); }
H1.HeaderClassName
{
color: #9DABC1;
}
.AnyTagClassName
{
color: #9DABC1;
}
</style>
background-color css
<style>
a { background-color: #9DABC1; }
a { background-color: rgb(157,171,193); }
div.DivClassName
{
background-color: #9DABC1;
}
.BgClassName
{
background-color: #9DABC1;
}
</style>
border-color css
<style>
span { border-color: #9DABC1; }
span { border-color: rgb(157,171,193); }
td.TdClassName
{
border-color: #9DABC1;
}
.TagClassName
{
border-color: #9DABC1;
}
</style>