Shades of Rock Blue #8EA3BA
Tints of Rock Blue #8EA3BA
RGB
CMYK
RGB Variations
Color information
#8EA3BA (or 0x8EA3BA) is known color: Rock Blue. HEX triplet: 8E, A3 and BA. RGB value is (142,163,186). Sum of RGB (Red+Green+Blue) = 142+163+186=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3BA is #715C45. Grayscale: #9F9F9F. Windows color (decimal): -7429190 or 12231566. OLE color: 12231566.
HSL color Cylindrical-coordinate representation of color #8EA3BA: hue angle of 211.36º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EA3BA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 163 | 186 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.27 |
| HSL | 211.36º | 0.24% | 0.64% | - |
| HSV(B) | 211.36º | 0.24% | 0.73% | - |
| XYZ | 33.12 | 35.49 | 51.56 | - |
| YUV | 159.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 163 | 186 | 0.24 | 0.12 | 0 | 0.27 | 211.36 | 0.24 | 0.64 |
| Hex | 8E | A3 | BA | 18 | C | 0 | 1B | D3 | 18 | 40 |
| Octal | 216 | 243 | 272 | 30 | 14 | 0 | 33 | 323 | 30 | 100 |
| Binary | 10001110 | 10100011 | 10111010 | 11000 | 1100 | 0 | 11011 | 11010011 | 11000 | 1000000 |
Color Harmonies of #8EA3BA
Complementary color
Monochromatic Colors of #8EA3BA
Black with #8EA3BA
Text Example
Text Example
White with #8EA3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA3BA; }
p { color: rgb(142,163,186); }
H1.HeaderClassName
{
color: #8EA3BA;
}
.AnyTagClassName
{
color: #8EA3BA;
}
</style>
background-color css
<style>
a { background-color: #8EA3BA; }
a { background-color: rgb(142,163,186); }
div.DivClassName
{
background-color: #8EA3BA;
}
.BgClassName
{
background-color: #8EA3BA;
}
</style>
border-color css
<style>
span { border-color: #8EA3BA; }
span { border-color: rgb(142,163,186); }
td.TdClassName
{
border-color: #8EA3BA;
}
.TagClassName
{
border-color: #8EA3BA;
}
</style>