Shades of Nepal #8EABB9
Tints of Nepal #8EABB9
RGB
CMYK
RGB Variations
Color information
#8EABB9 (or 0x8EABB9) is known color: Nepal. HEX triplet: 8E, AB and B9. RGB value is (142,171,185). Sum of RGB (Red+Green+Blue) = 142+171+185=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #8EABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABB9 is #715446. Grayscale: #A3A3A3. Windows color (decimal): -7427143 or 12168078. OLE color: 12168078.
HSL color Cylindrical-coordinate representation of color #8EABB9: hue angle of 199.53º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EABB9 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 171 | 185 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.27 |
| HSL | 199.53º | 0.23% | 0.64% | - |
| HSV(B) | 199.53º | 0.23% | 0.73% | - |
| XYZ | 34.48 | 38.38 | 51.49 | - |
| YUV | 163.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 185 | 0.23 | 0.08 | 0 | 0.27 | 199.53 | 0.23 | 0.64 |
| Hex | 8E | AB | B9 | 17 | 8 | 0 | 1B | C8 | 17 | 40 |
| Octal | 216 | 253 | 271 | 27 | 10 | 0 | 33 | 310 | 27 | 100 |
| Binary | 10001110 | 10101011 | 10111001 | 10111 | 1000 | 0 | 11011 | 11001000 | 10111 | 1000000 |
Color Harmonies of #8EABB9
Complementary color
Monochromatic Colors of #8EABB9
Black with #8EABB9
Text Example
Text Example
White with #8EABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABB9; }
p { color: rgb(142,171,185); }
H1.HeaderClassName
{
color: #8EABB9;
}
.AnyTagClassName
{
color: #8EABB9;
}
</style>
background-color css
<style>
a { background-color: #8EABB9; }
a { background-color: rgb(142,171,185); }
div.DivClassName
{
background-color: #8EABB9;
}
.BgClassName
{
background-color: #8EABB9;
}
</style>
border-color css
<style>
span { border-color: #8EABB9; }
span { border-color: rgb(142,171,185); }
td.TdClassName
{
border-color: #8EABB9;
}
.TagClassName
{
border-color: #8EABB9;
}
</style>