Shades of Rock Blue #9FADC0
Tints of Rock Blue #9FADC0
RGB
CMYK
RGB Variations
Color information
#9FADC0 (or 0x9FADC0) is known color: Rock Blue. HEX triplet: 9F, AD and C0. RGB value is (159,173,192). Sum of RGB (Red+Green+Blue) = 159+173+192=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #9FADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADC0 is #60523F. Grayscale: #AAAAAA. Windows color (decimal): -6312512 or 12627359. OLE color: 12627359.
HSL color Cylindrical-coordinate representation of color #9FADC0: hue angle of 214.55º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FADC0 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 173 | 192 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.25 |
| HSL | 214.55º | 0.21% | 0.69% | - |
| HSV(B) | 214.55º | 0.17% | 0.75% | - |
| XYZ | 38.76 | 41.06 | 55.75 | - |
| YUV | 170.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 192 | 0.17 | 0.10 | 0 | 0.25 | 214.55 | 0.21 | 0.69 |
| Hex | 9F | AD | C0 | 11 | A | 0 | 19 | D7 | 15 | 45 |
| Octal | 237 | 255 | 300 | 21 | 12 | 0 | 31 | 327 | 25 | 105 |
| Binary | 10011111 | 10101101 | 11000000 | 10001 | 1010 | 0 | 11001 | 11010111 | 10101 | 1000101 |
Color Harmonies of #9FADC0
Complementary color
Monochromatic Colors of #9FADC0
Black with #9FADC0
Text Example
Text Example
White with #9FADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADC0; }
p { color: rgb(159,173,192); }
H1.HeaderClassName
{
color: #9FADC0;
}
.AnyTagClassName
{
color: #9FADC0;
}
</style>
background-color css
<style>
a { background-color: #9FADC0; }
a { background-color: rgb(159,173,192); }
div.DivClassName
{
background-color: #9FADC0;
}
.BgClassName
{
background-color: #9FADC0;
}
</style>
border-color css
<style>
span { border-color: #9FADC0; }
span { border-color: rgb(159,173,192); }
td.TdClassName
{
border-color: #9FADC0;
}
.TagClassName
{
border-color: #9FADC0;
}
</style>