Shades of Rock Blue #8EA3C2
Tints of Rock Blue #8EA3C2
RGB
CMYK
RGB Variations
Color information
#8EA3C2 (or 0x8EA3C2) is known color: Rock Blue. HEX triplet: 8E, A3 and C2. RGB value is (142,163,194). Sum of RGB (Red+Green+Blue) = 142+163+194=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #8EA3C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3C2 is #715C3D. Grayscale: #A0A0A0. Windows color (decimal): -7429182 or 12755854. OLE color: 12755854.
HSL color Cylindrical-coordinate representation of color #8EA3C2: hue angle of 215.77º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EA3C2 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 163 | 194 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.24 |
| HSL | 215.77º | 0.3% | 0.66% | - |
| HSV(B) | 215.77º | 0.27% | 0.76% | - |
| XYZ | 33.99 | 35.84 | 56.17 | - |
| YUV | 160.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 163 | 194 | 0.27 | 0.16 | 0 | 0.24 | 215.77 | 0.3 | 0.66 |
| Hex | 8E | A3 | C2 | 1B | 10 | 0 | 18 | D8 | 1E | 42 |
| Octal | 216 | 243 | 302 | 33 | 20 | 0 | 30 | 330 | 36 | 102 |
| Binary | 10001110 | 10100011 | 11000010 | 11011 | 10000 | 0 | 11000 | 11011000 | 11110 | 1000010 |
Color Harmonies of #8EA3C2
Complementary color
Monochromatic Colors of #8EA3C2
Black with #8EA3C2
Text Example
Text Example
White with #8EA3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA3C2; }
p { color: rgb(142,163,194); }
H1.HeaderClassName
{
color: #8EA3C2;
}
.AnyTagClassName
{
color: #8EA3C2;
}
</style>
background-color css
<style>
a { background-color: #8EA3C2; }
a { background-color: rgb(142,163,194); }
div.DivClassName
{
background-color: #8EA3C2;
}
.BgClassName
{
background-color: #8EA3C2;
}
</style>
border-color css
<style>
span { border-color: #8EA3C2; }
span { border-color: rgb(142,163,194); }
td.TdClassName
{
border-color: #8EA3C2;
}
.TagClassName
{
border-color: #8EA3C2;
}
</style>