Shades of Nepal #8EA6BD
Tints of Nepal #8EA6BD
RGB
CMYK
RGB Variations
Color information
#8EA6BD (or 0x8EA6BD) is known color: Nepal. HEX triplet: 8E, A6 and BD. RGB value is (142,166,189). Sum of RGB (Red+Green+Blue) = 142+166+189=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6BD is #715942. Grayscale: #A1A1A1. Windows color (decimal): -7428419 or 12428942. OLE color: 12428942.
HSL color Cylindrical-coordinate representation of color #8EA6BD: hue angle of 209.36º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EA6BD is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 166 | 189 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.26 |
| HSL | 209.36º | 0.26% | 0.65% | - |
| HSV(B) | 209.36º | 0.25% | 0.74% | - |
| XYZ | 33.98 | 36.7 | 53.44 | - |
| YUV | 161.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 189 | 0.25 | 0.12 | 0 | 0.26 | 209.36 | 0.26 | 0.65 |
| Hex | 8E | A6 | BD | 19 | C | 0 | 1A | D1 | 1A | 41 |
| Octal | 216 | 246 | 275 | 31 | 14 | 0 | 32 | 321 | 32 | 101 |
| Binary | 10001110 | 10100110 | 10111101 | 11001 | 1100 | 0 | 11010 | 11010001 | 11010 | 1000001 |
Color Harmonies of #8EA6BD
Complementary color
Monochromatic Colors of #8EA6BD
Black with #8EA6BD
Text Example
Text Example
White with #8EA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA6BD; }
p { color: rgb(142,166,189); }
H1.HeaderClassName
{
color: #8EA6BD;
}
.AnyTagClassName
{
color: #8EA6BD;
}
</style>
background-color css
<style>
a { background-color: #8EA6BD; }
a { background-color: rgb(142,166,189); }
div.DivClassName
{
background-color: #8EA6BD;
}
.BgClassName
{
background-color: #8EA6BD;
}
</style>
border-color css
<style>
span { border-color: #8EA6BD; }
span { border-color: rgb(142,166,189); }
td.TdClassName
{
border-color: #8EA6BD;
}
.TagClassName
{
border-color: #8EA6BD;
}
</style>