Shades of Rock Blue #9EACBD
Tints of Rock Blue #9EACBD
RGB
CMYK
RGB Variations
Color information
#9EACBD (or 0x9EACBD) is known color: Rock Blue. HEX triplet: 9E, AC and BD. RGB value is (158,172,189). Sum of RGB (Red+Green+Blue) = 158+172+189=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACBD is #615342. Grayscale: #A9A9A9. Windows color (decimal): -6378307 or 12430494. OLE color: 12430494.
HSL color Cylindrical-coordinate representation of color #9EACBD: 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 #9EACBD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 172 | 189 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.26 |
| HSL | 212.9º | 0.19% | 0.68% | - |
| HSV(B) | 212.9º | 0.16% | 0.74% | - |
| XYZ | 38.04 | 40.45 | 53.95 | - |
| YUV | 169.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 189 | 0.16 | 0.09 | 0 | 0.26 | 212.9 | 0.19 | 0.68 |
| Hex | 9E | AC | BD | 10 | 9 | 0 | 1A | D5 | 13 | 44 |
| Octal | 236 | 254 | 275 | 20 | 11 | 0 | 32 | 325 | 23 | 104 |
| Binary | 10011110 | 10101100 | 10111101 | 10000 | 1001 | 0 | 11010 | 11010101 | 10011 | 1000100 |
Color Harmonies of #9EACBD
Complementary color
Monochromatic Colors of #9EACBD
Black with #9EACBD
Text Example
Text Example
White with #9EACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACBD; }
p { color: rgb(158,172,189); }
H1.HeaderClassName
{
color: #9EACBD;
}
.AnyTagClassName
{
color: #9EACBD;
}
</style>
background-color css
<style>
a { background-color: #9EACBD; }
a { background-color: rgb(158,172,189); }
div.DivClassName
{
background-color: #9EACBD;
}
.BgClassName
{
background-color: #9EACBD;
}
</style>
border-color css
<style>
span { border-color: #9EACBD; }
span { border-color: rgb(158,172,189); }
td.TdClassName
{
border-color: #9EACBD;
}
.TagClassName
{
border-color: #9EACBD;
}
</style>