Shades of Rock Blue #9FACBD
Tints of Rock Blue #9FACBD
RGB
CMYK
RGB Variations
Color information
#9FACBD (or 0x9FACBD) is known color: Rock Blue. HEX triplet: 9F, AC and BD. RGB value is (159,172,189). Sum of RGB (Red+Green+Blue) = 159+172+189=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACBD is #605342. Grayscale: #A9A9A9. Windows color (decimal): -6312771 or 12430495. OLE color: 12430495.
HSL color Cylindrical-coordinate representation of color #9FACBD: hue angle of 214º 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 #9FACBD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 172 | 189 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.26 |
| HSL | 214º | 0.19% | 0.68% | - |
| HSV(B) | 214º | 0.16% | 0.74% | - |
| XYZ | 38.24 | 40.55 | 53.96 | - |
| YUV | 170.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 189 | 0.16 | 0.09 | 0 | 0.26 | 214 | 0.19 | 0.68 |
| Hex | 9F | AC | BD | 10 | 9 | 0 | 1A | D6 | 13 | 44 |
| Octal | 237 | 254 | 275 | 20 | 11 | 0 | 32 | 326 | 23 | 104 |
| Binary | 10011111 | 10101100 | 10111101 | 10000 | 1001 | 0 | 11010 | 11010110 | 10011 | 1000100 |
Color Harmonies of #9FACBD
Complementary color
Monochromatic Colors of #9FACBD
Black with #9FACBD
Text Example
Text Example
White with #9FACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACBD; }
p { color: rgb(159,172,189); }
H1.HeaderClassName
{
color: #9FACBD;
}
.AnyTagClassName
{
color: #9FACBD;
}
</style>
background-color css
<style>
a { background-color: #9FACBD; }
a { background-color: rgb(159,172,189); }
div.DivClassName
{
background-color: #9FACBD;
}
.BgClassName
{
background-color: #9FACBD;
}
</style>
border-color css
<style>
span { border-color: #9FACBD; }
span { border-color: rgb(159,172,189); }
td.TdClassName
{
border-color: #9FACBD;
}
.TagClassName
{
border-color: #9FACBD;
}
</style>