Shades of Nepal #8EADC1
Tints of Nepal #8EADC1
RGB
CMYK
RGB Variations
Color information
#8EADC1 (or 0x8EADC1) is known color: Nepal. HEX triplet: 8E, AD and C1. RGB value is (142,173,193). Sum of RGB (Red+Green+Blue) = 142+173+193=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADC1 is #71523E. Grayscale: #A5A5A5. Windows color (decimal): -7426623 or 12692878. OLE color: 12692878.
HSL color Cylindrical-coordinate representation of color #8EADC1: hue angle of 203.53º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EADC1 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 173 | 193 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.24 |
| HSL | 203.53º | 0.29% | 0.66% | - |
| HSV(B) | 203.53º | 0.26% | 0.76% | - |
| XYZ | 35.72 | 39.49 | 56.19 | - |
| YUV | 166.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 193 | 0.26 | 0.10 | 0 | 0.24 | 203.53 | 0.29 | 0.66 |
| Hex | 8E | AD | C1 | 1A | A | 0 | 18 | CC | 1D | 42 |
| Octal | 216 | 255 | 301 | 32 | 12 | 0 | 30 | 314 | 35 | 102 |
| Binary | 10001110 | 10101101 | 11000001 | 11010 | 1010 | 0 | 11000 | 11001100 | 11101 | 1000010 |
Color Harmonies of #8EADC1
Complementary color
Monochromatic Colors of #8EADC1
Black with #8EADC1
Text Example
Text Example
White with #8EADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADC1; }
p { color: rgb(142,173,193); }
H1.HeaderClassName
{
color: #8EADC1;
}
.AnyTagClassName
{
color: #8EADC1;
}
</style>
background-color css
<style>
a { background-color: #8EADC1; }
a { background-color: rgb(142,173,193); }
div.DivClassName
{
background-color: #8EADC1;
}
.BgClassName
{
background-color: #8EADC1;
}
</style>
border-color css
<style>
span { border-color: #8EADC1; }
span { border-color: rgb(142,173,193); }
td.TdClassName
{
border-color: #8EADC1;
}
.TagClassName
{
border-color: #8EADC1;
}
</style>