Shades of Rock Blue #8EA0BB
Tints of Rock Blue #8EA0BB
RGB
CMYK
RGB Variations
Color information
#8EA0BB (or 0x8EA0BB) is known color: Rock Blue. HEX triplet: 8E, A0 and BB. RGB value is (142,160,187). Sum of RGB (Red+Green+Blue) = 142+160+187=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA0BB is #715F44. Grayscale: #9D9D9D. Windows color (decimal): -7429957 or 12296334. OLE color: 12296334.
HSL color Cylindrical-coordinate representation of color #8EA0BB: hue angle of 216º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EA0BB is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 160 | 187 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.27 |
| HSL | 216º | 0.25% | 0.65% | - |
| HSV(B) | 216º | 0.24% | 0.73% | - |
| XYZ | 32.7 | 34.48 | 51.95 | - |
| YUV | 157.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 187 | 0.24 | 0.14 | 0 | 0.27 | 216 | 0.25 | 0.65 |
| Hex | 8E | A0 | BB | 18 | E | 0 | 1B | D8 | 19 | 41 |
| Octal | 216 | 240 | 273 | 30 | 16 | 0 | 33 | 330 | 31 | 101 |
| Binary | 10001110 | 10100000 | 10111011 | 11000 | 1110 | 0 | 11011 | 11011000 | 11001 | 1000001 |
Color Harmonies of #8EA0BB
Complementary color
Monochromatic Colors of #8EA0BB
Black with #8EA0BB
Text Example
Text Example
White with #8EA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA0BB; }
p { color: rgb(142,160,187); }
H1.HeaderClassName
{
color: #8EA0BB;
}
.AnyTagClassName
{
color: #8EA0BB;
}
</style>
background-color css
<style>
a { background-color: #8EA0BB; }
a { background-color: rgb(142,160,187); }
div.DivClassName
{
background-color: #8EA0BB;
}
.BgClassName
{
background-color: #8EA0BB;
}
</style>
border-color css
<style>
span { border-color: #8EA0BB; }
span { border-color: rgb(142,160,187); }
td.TdClassName
{
border-color: #8EA0BB;
}
.TagClassName
{
border-color: #8EA0BB;
}
</style>