Shades of Rock Blue #8EA2BB
Tints of Rock Blue #8EA2BB
RGB
CMYK
RGB Variations
Color information
#8EA2BB (or 0x8EA2BB) is known color: Rock Blue. HEX triplet: 8E, A2 and BB. RGB value is (142,162,187). Sum of RGB (Red+Green+Blue) = 142+162+187=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2BB is #715D44. Grayscale: #9E9E9E. Windows color (decimal): -7429445 or 12296846. OLE color: 12296846.
HSL color Cylindrical-coordinate representation of color #8EA2BB: hue angle of 213.33º 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 #8EA2BB is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 162 | 187 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.27 |
| HSL | 213.33º | 0.25% | 0.65% | - |
| HSV(B) | 213.33º | 0.24% | 0.73% | - |
| XYZ | 33.05 | 35.18 | 52.06 | - |
| YUV | 158.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 187 | 0.24 | 0.13 | 0 | 0.27 | 213.33 | 0.25 | 0.65 |
| Hex | 8E | A2 | BB | 18 | D | 0 | 1B | D5 | 19 | 41 |
| Octal | 216 | 242 | 273 | 30 | 15 | 0 | 33 | 325 | 31 | 101 |
| Binary | 10001110 | 10100010 | 10111011 | 11000 | 1101 | 0 | 11011 | 11010101 | 11001 | 1000001 |
Color Harmonies of #8EA2BB
Complementary color
Monochromatic Colors of #8EA2BB
Black with #8EA2BB
Text Example
Text Example
White with #8EA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA2BB; }
p { color: rgb(142,162,187); }
H1.HeaderClassName
{
color: #8EA2BB;
}
.AnyTagClassName
{
color: #8EA2BB;
}
</style>
background-color css
<style>
a { background-color: #8EA2BB; }
a { background-color: rgb(142,162,187); }
div.DivClassName
{
background-color: #8EA2BB;
}
.BgClassName
{
background-color: #8EA2BB;
}
</style>
border-color css
<style>
span { border-color: #8EA2BB; }
span { border-color: rgb(142,162,187); }
td.TdClassName
{
border-color: #8EA2BB;
}
.TagClassName
{
border-color: #8EA2BB;
}
</style>