Shades of Nepal #8EACBF
Tints of Nepal #8EACBF
RGB
CMYK
RGB Variations
Color information
#8EACBF (or 0x8EACBF) is known color: Nepal. HEX triplet: 8E, AC and BF. RGB value is (142,172,191). Sum of RGB (Red+Green+Blue) = 142+172+191=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACBF is #715340. Grayscale: #A5A5A5. Windows color (decimal): -7426881 or 12561550. OLE color: 12561550.
HSL color Cylindrical-coordinate representation of color #8EACBF: hue angle of 203.27º 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 #8EACBF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 172 | 191 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.25 |
| HSL | 203.27º | 0.28% | 0.65% | - |
| HSV(B) | 203.27º | 0.26% | 0.75% | - |
| XYZ | 35.31 | 39.02 | 54.96 | - |
| YUV | 165.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 191 | 0.26 | 0.10 | 0 | 0.25 | 203.27 | 0.28 | 0.65 |
| Hex | 8E | AC | BF | 1A | A | 0 | 19 | CB | 1C | 41 |
| Octal | 216 | 254 | 277 | 32 | 12 | 0 | 31 | 313 | 34 | 101 |
| Binary | 10001110 | 10101100 | 10111111 | 11010 | 1010 | 0 | 11001 | 11001011 | 11100 | 1000001 |
Color Harmonies of #8EACBF
Complementary color
Monochromatic Colors of #8EACBF
Black with #8EACBF
Text Example
Text Example
White with #8EACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACBF; }
p { color: rgb(142,172,191); }
H1.HeaderClassName
{
color: #8EACBF;
}
.AnyTagClassName
{
color: #8EACBF;
}
</style>
background-color css
<style>
a { background-color: #8EACBF; }
a { background-color: rgb(142,172,191); }
div.DivClassName
{
background-color: #8EACBF;
}
.BgClassName
{
background-color: #8EACBF;
}
</style>
border-color css
<style>
span { border-color: #8EACBF; }
span { border-color: rgb(142,172,191); }
td.TdClassName
{
border-color: #8EACBF;
}
.TagClassName
{
border-color: #8EACBF;
}
</style>