Shades of Rock Blue #8EA2C1
Tints of Rock Blue #8EA2C1
RGB
CMYK
RGB Variations
Color information
#8EA2C1 (or 0x8EA2C1) is known color: Rock Blue. HEX triplet: 8E, A2 and C1. RGB value is (142,162,193). Sum of RGB (Red+Green+Blue) = 142+162+193=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EA2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2C1 is #715D3E. Grayscale: #9F9F9F. Windows color (decimal): -7429439 or 12690062. OLE color: 12690062.
HSL color Cylindrical-coordinate representation of color #8EA2C1: hue angle of 216.47º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EA2C1 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 162 | 193 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.24 |
| HSL | 216.47º | 0.29% | 0.66% | - |
| HSV(B) | 216.47º | 0.26% | 0.76% | - |
| XYZ | 33.7 | 35.44 | 55.52 | - |
| YUV | 159.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 193 | 0.26 | 0.16 | 0 | 0.24 | 216.47 | 0.29 | 0.66 |
| Hex | 8E | A2 | C1 | 1A | 10 | 0 | 18 | D8 | 1D | 42 |
| Octal | 216 | 242 | 301 | 32 | 20 | 0 | 30 | 330 | 35 | 102 |
| Binary | 10001110 | 10100010 | 11000001 | 11010 | 10000 | 0 | 11000 | 11011000 | 11101 | 1000010 |
Color Harmonies of #8EA2C1
Complementary color
Monochromatic Colors of #8EA2C1
Black with #8EA2C1
Text Example
Text Example
White with #8EA2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA2C1; }
p { color: rgb(142,162,193); }
H1.HeaderClassName
{
color: #8EA2C1;
}
.AnyTagClassName
{
color: #8EA2C1;
}
</style>
background-color css
<style>
a { background-color: #8EA2C1; }
a { background-color: rgb(142,162,193); }
div.DivClassName
{
background-color: #8EA2C1;
}
.BgClassName
{
background-color: #8EA2C1;
}
</style>
border-color css
<style>
span { border-color: #8EA2C1; }
span { border-color: rgb(142,162,193); }
td.TdClassName
{
border-color: #8EA2C1;
}
.TagClassName
{
border-color: #8EA2C1;
}
</style>