Shades of Rock Blue #9DAABF
Tints of Rock Blue #9DAABF
RGB
CMYK
RGB Variations
Color information
#9DAABF (or 0x9DAABF) is known color: Rock Blue. HEX triplet: 9D, AA and BF. RGB value is (157,170,191). Sum of RGB (Red+Green+Blue) = 157+170+191=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAABF is #625540. Grayscale: #A8A8A8. Windows color (decimal): -6444353 or 12561053. OLE color: 12561053.
HSL color Cylindrical-coordinate representation of color #9DAABF: hue angle of 217.06º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DAABF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 170 | 191 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.25 |
| HSL | 217.06º | 0.21% | 0.68% | - |
| HSV(B) | 217.06º | 0.18% | 0.75% | - |
| XYZ | 37.68 | 39.68 | 54.96 | - |
| YUV | 168.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 191 | 0.18 | 0.11 | 0 | 0.25 | 217.06 | 0.21 | 0.68 |
| Hex | 9D | AA | BF | 12 | B | 0 | 19 | D9 | 15 | 44 |
| Octal | 235 | 252 | 277 | 22 | 13 | 0 | 31 | 331 | 25 | 104 |
| Binary | 10011101 | 10101010 | 10111111 | 10010 | 1011 | 0 | 11001 | 11011001 | 10101 | 1000100 |
Color Harmonies of #9DAABF
Complementary color
Monochromatic Colors of #9DAABF
Black with #9DAABF
Text Example
Text Example
White with #9DAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAABF; }
p { color: rgb(157,170,191); }
H1.HeaderClassName
{
color: #9DAABF;
}
.AnyTagClassName
{
color: #9DAABF;
}
</style>
background-color css
<style>
a { background-color: #9DAABF; }
a { background-color: rgb(157,170,191); }
div.DivClassName
{
background-color: #9DAABF;
}
.BgClassName
{
background-color: #9DAABF;
}
</style>
border-color css
<style>
span { border-color: #9DAABF; }
span { border-color: rgb(157,170,191); }
td.TdClassName
{
border-color: #9DAABF;
}
.TagClassName
{
border-color: #9DAABF;
}
</style>