Shades of Rock Blue #9DABBD
Tints of Rock Blue #9DABBD
RGB
CMYK
RGB Variations
Color information
#9DABBD (or 0x9DABBD) is known color: Rock Blue. HEX triplet: 9D, AB and BD. RGB value is (157,171,189). Sum of RGB (Red+Green+Blue) = 157+171+189=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #9DABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABBD is #625442. Grayscale: #A8A8A8. Windows color (decimal): -6444099 or 12430237. OLE color: 12430237.
HSL color Cylindrical-coordinate representation of color #9DABBD: hue angle of 213.75º 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 #9DABBD is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 171 | 189 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.26 |
| HSL | 213.75º | 0.2% | 0.68% | - |
| HSV(B) | 213.75º | 0.17% | 0.74% | - |
| XYZ | 37.65 | 39.97 | 53.87 | - |
| YUV | 168.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 189 | 0.17 | 0.10 | 0 | 0.26 | 213.75 | 0.2 | 0.68 |
| Hex | 9D | AB | BD | 11 | A | 0 | 1A | D6 | 14 | 44 |
| Octal | 235 | 253 | 275 | 21 | 12 | 0 | 32 | 326 | 24 | 104 |
| Binary | 10011101 | 10101011 | 10111101 | 10001 | 1010 | 0 | 11010 | 11010110 | 10100 | 1000100 |
Color Harmonies of #9DABBD
Complementary color
Monochromatic Colors of #9DABBD
Black with #9DABBD
Text Example
Text Example
White with #9DABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DABBD; }
p { color: rgb(157,171,189); }
H1.HeaderClassName
{
color: #9DABBD;
}
.AnyTagClassName
{
color: #9DABBD;
}
</style>
background-color css
<style>
a { background-color: #9DABBD; }
a { background-color: rgb(157,171,189); }
div.DivClassName
{
background-color: #9DABBD;
}
.BgClassName
{
background-color: #9DABBD;
}
</style>
border-color css
<style>
span { border-color: #9DABBD; }
span { border-color: rgb(157,171,189); }
td.TdClassName
{
border-color: #9DABBD;
}
.TagClassName
{
border-color: #9DABBD;
}
</style>