Shades of Rock Blue #8EA0B9
Tints of Rock Blue #8EA0B9
RGB
CMYK
RGB Variations
Color information
#8EA0B9 (or 0x8EA0B9) is known color: Rock Blue. HEX triplet: 8E, A0 and B9. RGB value is (142,160,185). Sum of RGB (Red+Green+Blue) = 142+160+185=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #8EA0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA0B9 is #715F46. Grayscale: #9D9D9D. Windows color (decimal): -7429959 or 12165262. OLE color: 12165262.
HSL color Cylindrical-coordinate representation of color #8EA0B9: hue angle of 214.88º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EA0B9 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 160 | 185 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.27 |
| HSL | 214.88º | 0.23% | 0.64% | - |
| HSV(B) | 214.88º | 0.23% | 0.73% | - |
| XYZ | 32.48 | 34.4 | 50.83 | - |
| YUV | 157.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 185 | 0.23 | 0.14 | 0 | 0.27 | 214.88 | 0.23 | 0.64 |
| Hex | 8E | A0 | B9 | 17 | E | 0 | 1B | D7 | 17 | 40 |
| Octal | 216 | 240 | 271 | 27 | 16 | 0 | 33 | 327 | 27 | 100 |
| Binary | 10001110 | 10100000 | 10111001 | 10111 | 1110 | 0 | 11011 | 11010111 | 10111 | 1000000 |
Color Harmonies of #8EA0B9
Complementary color
Monochromatic Colors of #8EA0B9
Black with #8EA0B9
Text Example
Text Example
White with #8EA0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA0B9; }
p { color: rgb(142,160,185); }
H1.HeaderClassName
{
color: #8EA0B9;
}
.AnyTagClassName
{
color: #8EA0B9;
}
</style>
background-color css
<style>
a { background-color: #8EA0B9; }
a { background-color: rgb(142,160,185); }
div.DivClassName
{
background-color: #8EA0B9;
}
.BgClassName
{
background-color: #8EA0B9;
}
</style>
border-color css
<style>
span { border-color: #8EA0B9; }
span { border-color: rgb(142,160,185); }
td.TdClassName
{
border-color: #8EA0B9;
}
.TagClassName
{
border-color: #8EA0B9;
}
</style>