Shades of Rock Blue #9DABBC
Tints of Rock Blue #9DABBC
RGB
CMYK
RGB Variations
Color information
#9DABBC (or 0x9DABBC) is known color: Rock Blue. HEX triplet: 9D, AB and BC. RGB value is (157,171,188). Sum of RGB (Red+Green+Blue) = 157+171+188=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABBC is #625443. Grayscale: #A8A8A8. Windows color (decimal): -6444100 or 12364701. OLE color: 12364701.
HSL color Cylindrical-coordinate representation of color #9DABBC: hue angle of 212.9º 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 #9DABBC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 171 | 188 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.26 |
| HSL | 212.9º | 0.19% | 0.68% | - |
| HSV(B) | 212.9º | 0.16% | 0.74% | - |
| XYZ | 37.54 | 39.92 | 53.3 | - |
| YUV | 168.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 188 | 0.16 | 0.09 | 0 | 0.26 | 212.9 | 0.19 | 0.68 |
| Hex | 9D | AB | BC | 10 | 9 | 0 | 1A | D5 | 13 | 44 |
| Octal | 235 | 253 | 274 | 20 | 11 | 0 | 32 | 325 | 23 | 104 |
| Binary | 10011101 | 10101011 | 10111100 | 10000 | 1001 | 0 | 11010 | 11010101 | 10011 | 1000100 |
Color Harmonies of #9DABBC
Complementary color
Monochromatic Colors of #9DABBC
Black with #9DABBC
Text Example
Text Example
White with #9DABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DABBC; }
p { color: rgb(157,171,188); }
H1.HeaderClassName
{
color: #9DABBC;
}
.AnyTagClassName
{
color: #9DABBC;
}
</style>
background-color css
<style>
a { background-color: #9DABBC; }
a { background-color: rgb(157,171,188); }
div.DivClassName
{
background-color: #9DABBC;
}
.BgClassName
{
background-color: #9DABBC;
}
</style>
border-color css
<style>
span { border-color: #9DABBC; }
span { border-color: rgb(157,171,188); }
td.TdClassName
{
border-color: #9DABBC;
}
.TagClassName
{
border-color: #9DABBC;
}
</style>