Shades of Rock Blue #8EA3B9
Tints of Rock Blue #8EA3B9
RGB
CMYK
RGB Variations
Color information
#8EA3B9 (or 0x8EA3B9) is known color: Rock Blue. HEX triplet: 8E, A3 and B9. RGB value is (142,163,185). Sum of RGB (Red+Green+Blue) = 142+163+185=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #8EA3B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3B9 is #715C46. Grayscale: #9F9F9F. Windows color (decimal): -7429191 or 12166030. OLE color: 12166030.
HSL color Cylindrical-coordinate representation of color #8EA3B9: hue angle of 210.7º 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 #8EA3B9 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 163 | 185 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.27 |
| HSL | 210.7º | 0.23% | 0.64% | - |
| HSV(B) | 210.7º | 0.23% | 0.73% | - |
| XYZ | 33.01 | 35.45 | 51 | - |
| YUV | 159.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 163 | 185 | 0.23 | 0.12 | 0 | 0.27 | 210.7 | 0.23 | 0.64 |
| Hex | 8E | A3 | B9 | 17 | C | 0 | 1B | D3 | 17 | 40 |
| Octal | 216 | 243 | 271 | 27 | 14 | 0 | 33 | 323 | 27 | 100 |
| Binary | 10001110 | 10100011 | 10111001 | 10111 | 1100 | 0 | 11011 | 11010011 | 10111 | 1000000 |
Color Harmonies of #8EA3B9
Complementary color
Monochromatic Colors of #8EA3B9
Black with #8EA3B9
Text Example
Text Example
White with #8EA3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA3B9; }
p { color: rgb(142,163,185); }
H1.HeaderClassName
{
color: #8EA3B9;
}
.AnyTagClassName
{
color: #8EA3B9;
}
</style>
background-color css
<style>
a { background-color: #8EA3B9; }
a { background-color: rgb(142,163,185); }
div.DivClassName
{
background-color: #8EA3B9;
}
.BgClassName
{
background-color: #8EA3B9;
}
</style>
border-color css
<style>
span { border-color: #8EA3B9; }
span { border-color: rgb(142,163,185); }
td.TdClassName
{
border-color: #8EA3B9;
}
.TagClassName
{
border-color: #8EA3B9;
}
</style>