Shades of Nepal #8EA8BC
Tints of Nepal #8EA8BC
RGB
CMYK
RGB Variations
Color information
#8EA8BC (or 0x8EA8BC) is known color: Nepal. HEX triplet: 8E, A8 and BC. RGB value is (142,168,188). Sum of RGB (Red+Green+Blue) = 142+168+188=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8BC is #715743. Grayscale: #A2A2A2. Windows color (decimal): -7427908 or 12363918. OLE color: 12363918.
HSL color Cylindrical-coordinate representation of color #8EA8BC: hue angle of 206.09º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EA8BC is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 168 | 188 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.26 |
| HSL | 206.09º | 0.26% | 0.65% | - |
| HSV(B) | 206.09º | 0.24% | 0.74% | - |
| XYZ | 34.24 | 37.39 | 52.99 | - |
| YUV | 162.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 188 | 0.24 | 0.11 | 0 | 0.26 | 206.09 | 0.26 | 0.65 |
| Hex | 8E | A8 | BC | 18 | B | 0 | 1A | CE | 1A | 41 |
| Octal | 216 | 250 | 274 | 30 | 13 | 0 | 32 | 316 | 32 | 101 |
| Binary | 10001110 | 10101000 | 10111100 | 11000 | 1011 | 0 | 11010 | 11001110 | 11010 | 1000001 |
Color Harmonies of #8EA8BC
Complementary color
Monochromatic Colors of #8EA8BC
Black with #8EA8BC
Text Example
Text Example
White with #8EA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA8BC; }
p { color: rgb(142,168,188); }
H1.HeaderClassName
{
color: #8EA8BC;
}
.AnyTagClassName
{
color: #8EA8BC;
}
</style>
background-color css
<style>
a { background-color: #8EA8BC; }
a { background-color: rgb(142,168,188); }
div.DivClassName
{
background-color: #8EA8BC;
}
.BgClassName
{
background-color: #8EA8BC;
}
</style>
border-color css
<style>
span { border-color: #8EA8BC; }
span { border-color: rgb(142,168,188); }
td.TdClassName
{
border-color: #8EA8BC;
}
.TagClassName
{
border-color: #8EA8BC;
}
</style>