Shades of Rock Blue #8EA1B3
Tints of Rock Blue #8EA1B3
RGB
CMYK
RGB Variations
Color information
#8EA1B3 (or 0x8EA1B3) is known color: Rock Blue. HEX triplet: 8E, A1 and B3. RGB value is (142,161,179). Sum of RGB (Red+Green+Blue) = 142+161+179=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #8EA1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA1B3 is #715E4C. Grayscale: #9D9D9D. Windows color (decimal): -7429709 or 11772302. OLE color: 11772302.
HSL color Cylindrical-coordinate representation of color #8EA1B3: hue angle of 209.19º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EA1B3 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 161 | 179 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.30 |
| HSL | 209.19º | 0.2% | 0.63% | - |
| HSV(B) | 209.19º | 0.21% | 0.7% | - |
| XYZ | 32.04 | 34.5 | 47.62 | - |
| YUV | 157.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 179 | 0.21 | 0.10 | 0 | 0.30 | 209.19 | 0.2 | 0.63 |
| Hex | 8E | A1 | B3 | 15 | A | 0 | 1E | D1 | 14 | 3F |
| Octal | 216 | 241 | 263 | 25 | 12 | 0 | 36 | 321 | 24 | 77 |
| Binary | 10001110 | 10100001 | 10110011 | 10101 | 1010 | 0 | 11110 | 11010001 | 10100 | 111111 |
Color Harmonies of #8EA1B3
Complementary color
Monochromatic Colors of #8EA1B3
Black with #8EA1B3
Text Example
Text Example
White with #8EA1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA1B3; }
p { color: rgb(142,161,179); }
H1.HeaderClassName
{
color: #8EA1B3;
}
.AnyTagClassName
{
color: #8EA1B3;
}
</style>
background-color css
<style>
a { background-color: #8EA1B3; }
a { background-color: rgb(142,161,179); }
div.DivClassName
{
background-color: #8EA1B3;
}
.BgClassName
{
background-color: #8EA1B3;
}
</style>
border-color css
<style>
span { border-color: #8EA1B3; }
span { border-color: rgb(142,161,179); }
td.TdClassName
{
border-color: #8EA1B3;
}
.TagClassName
{
border-color: #8EA1B3;
}
</style>