Shades of Nepal #8EADBF
Tints of Nepal #8EADBF
RGB
CMYK
RGB Variations
Color information
#8EADBF (or 0x8EADBF) is known color: Nepal. HEX triplet: 8E, AD and BF. RGB value is (142,173,191). Sum of RGB (Red+Green+Blue) = 142+173+191=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADBF is #715240. Grayscale: #A5A5A5. Windows color (decimal): -7426625 or 12561806. OLE color: 12561806.
HSL color Cylindrical-coordinate representation of color #8EADBF: hue angle of 202.04º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EADBF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 173 | 191 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.25 |
| HSL | 202.04º | 0.28% | 0.65% | - |
| HSV(B) | 202.04º | 0.26% | 0.75% | - |
| XYZ | 35.5 | 39.4 | 55.02 | - |
| YUV | 165.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 191 | 0.26 | 0.09 | 0 | 0.25 | 202.04 | 0.28 | 0.65 |
| Hex | 8E | AD | BF | 1A | 9 | 0 | 19 | CA | 1C | 41 |
| Octal | 216 | 255 | 277 | 32 | 11 | 0 | 31 | 312 | 34 | 101 |
| Binary | 10001110 | 10101101 | 10111111 | 11010 | 1001 | 0 | 11001 | 11001010 | 11100 | 1000001 |
Color Harmonies of #8EADBF
Complementary color
Monochromatic Colors of #8EADBF
Black with #8EADBF
Text Example
Text Example
White with #8EADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADBF; }
p { color: rgb(142,173,191); }
H1.HeaderClassName
{
color: #8EADBF;
}
.AnyTagClassName
{
color: #8EADBF;
}
</style>
background-color css
<style>
a { background-color: #8EADBF; }
a { background-color: rgb(142,173,191); }
div.DivClassName
{
background-color: #8EADBF;
}
.BgClassName
{
background-color: #8EADBF;
}
</style>
border-color css
<style>
span { border-color: #8EADBF; }
span { border-color: rgb(142,173,191); }
td.TdClassName
{
border-color: #8EADBF;
}
.TagClassName
{
border-color: #8EADBF;
}
</style>