Shades of Nepal #8EADBD
Tints of Nepal #8EADBD
RGB
CMYK
RGB Variations
Color information
#8EADBD (or 0x8EADBD) is known color: Nepal. HEX triplet: 8E, AD and BD. RGB value is (142,173,189). Sum of RGB (Red+Green+Blue) = 142+173+189=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADBD is #715242. Grayscale: #A5A5A5. Windows color (decimal): -7426627 or 12430734. OLE color: 12430734.
HSL color Cylindrical-coordinate representation of color #8EADBD: hue angle of 200.43º 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 #8EADBD is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 173 | 189 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.26 |
| HSL | 200.43º | 0.26% | 0.65% | - |
| HSV(B) | 200.43º | 0.25% | 0.74% | - |
| XYZ | 35.28 | 39.31 | 53.87 | - |
| YUV | 165.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 189 | 0.25 | 0.08 | 0 | 0.26 | 200.43 | 0.26 | 0.65 |
| Hex | 8E | AD | BD | 19 | 8 | 0 | 1A | C8 | 1A | 41 |
| Octal | 216 | 255 | 275 | 31 | 10 | 0 | 32 | 310 | 32 | 101 |
| Binary | 10001110 | 10101101 | 10111101 | 11001 | 1000 | 0 | 11010 | 11001000 | 11010 | 1000001 |
Color Harmonies of #8EADBD
Complementary color
Monochromatic Colors of #8EADBD
Black with #8EADBD
Text Example
Text Example
White with #8EADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADBD; }
p { color: rgb(142,173,189); }
H1.HeaderClassName
{
color: #8EADBD;
}
.AnyTagClassName
{
color: #8EADBD;
}
</style>
background-color css
<style>
a { background-color: #8EADBD; }
a { background-color: rgb(142,173,189); }
div.DivClassName
{
background-color: #8EADBD;
}
.BgClassName
{
background-color: #8EADBD;
}
</style>
border-color css
<style>
span { border-color: #8EADBD; }
span { border-color: rgb(142,173,189); }
td.TdClassName
{
border-color: #8EADBD;
}
.TagClassName
{
border-color: #8EADBD;
}
</style>