Shades of Nepal #8EAFC0
Tints of Nepal #8EAFC0
RGB
CMYK
RGB Variations
Color information
#8EAFC0 (or 0x8EAFC0) is known color: Nepal. HEX triplet: 8E, AF and C0. RGB value is (142,175,192). Sum of RGB (Red+Green+Blue) = 142+175+192=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #8EAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFC0 is #71503F. Grayscale: #A6A6A6. Windows color (decimal): -7426112 or 12627854. OLE color: 12627854.
HSL color Cylindrical-coordinate representation of color #8EAFC0: hue angle of 200.4º 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 #8EAFC0 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 175 | 192 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.25 |
| HSL | 200.4º | 0.28% | 0.65% | - |
| HSV(B) | 200.4º | 0.26% | 0.75% | - |
| XYZ | 36 | 40.22 | 55.73 | - |
| YUV | 167.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 192 | 0.26 | 0.09 | 0 | 0.25 | 200.4 | 0.28 | 0.65 |
| Hex | 8E | AF | C0 | 1A | 9 | 0 | 19 | C8 | 1C | 41 |
| Octal | 216 | 257 | 300 | 32 | 11 | 0 | 31 | 310 | 34 | 101 |
| Binary | 10001110 | 10101111 | 11000000 | 11010 | 1001 | 0 | 11001 | 11001000 | 11100 | 1000001 |
Color Harmonies of #8EAFC0
Complementary color
Monochromatic Colors of #8EAFC0
Black with #8EAFC0
Text Example
Text Example
White with #8EAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAFC0; }
p { color: rgb(142,175,192); }
H1.HeaderClassName
{
color: #8EAFC0;
}
.AnyTagClassName
{
color: #8EAFC0;
}
</style>
background-color css
<style>
a { background-color: #8EAFC0; }
a { background-color: rgb(142,175,192); }
div.DivClassName
{
background-color: #8EAFC0;
}
.BgClassName
{
background-color: #8EAFC0;
}
</style>
border-color css
<style>
span { border-color: #8EAFC0; }
span { border-color: rgb(142,175,192); }
td.TdClassName
{
border-color: #8EAFC0;
}
.TagClassName
{
border-color: #8EAFC0;
}
</style>