Shades of Nepal #8EA8BE
Tints of Nepal #8EA8BE
RGB
CMYK
RGB Variations
Color information
#8EA8BE (or 0x8EA8BE) is known color: Nepal. HEX triplet: 8E, A8 and BE. RGB value is (142,168,190). Sum of RGB (Red+Green+Blue) = 142+168+190=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8BE is #715741. Grayscale: #A2A2A2. Windows color (decimal): -7427906 or 12494990. OLE color: 12494990.
HSL color Cylindrical-coordinate representation of color #8EA8BE: hue angle of 207.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EA8BE is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 168 | 190 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.25 |
| HSL | 207.5º | 0.27% | 0.65% | - |
| HSV(B) | 207.5º | 0.25% | 0.75% | - |
| XYZ | 34.45 | 37.47 | 54.13 | - |
| YUV | 162.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 190 | 0.25 | 0.12 | 0 | 0.25 | 207.5 | 0.27 | 0.65 |
| Hex | 8E | A8 | BE | 19 | C | 0 | 19 | D0 | 1B | 41 |
| Octal | 216 | 250 | 276 | 31 | 14 | 0 | 31 | 320 | 33 | 101 |
| Binary | 10001110 | 10101000 | 10111110 | 11001 | 1100 | 0 | 11001 | 11010000 | 11011 | 1000001 |
Color Harmonies of #8EA8BE
Complementary color
Monochromatic Colors of #8EA8BE
Black with #8EA8BE
Text Example
Text Example
White with #8EA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA8BE; }
p { color: rgb(142,168,190); }
H1.HeaderClassName
{
color: #8EA8BE;
}
.AnyTagClassName
{
color: #8EA8BE;
}
</style>
background-color css
<style>
a { background-color: #8EA8BE; }
a { background-color: rgb(142,168,190); }
div.DivClassName
{
background-color: #8EA8BE;
}
.BgClassName
{
background-color: #8EA8BE;
}
</style>
border-color css
<style>
span { border-color: #8EA8BE; }
span { border-color: rgb(142,168,190); }
td.TdClassName
{
border-color: #8EA8BE;
}
.TagClassName
{
border-color: #8EA8BE;
}
</style>