Shades of Nepal #8EAFC1
Tints of Nepal #8EAFC1
RGB
CMYK
RGB Variations
Color information
#8EAFC1 (or 0x8EAFC1) is known color: Nepal. HEX triplet: 8E, AF and C1. RGB value is (142,175,193). Sum of RGB (Red+Green+Blue) = 142+175+193=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EAFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFC1 is #71503E. Grayscale: #A7A7A7. Windows color (decimal): -7426111 or 12693390. OLE color: 12693390.
HSL color Cylindrical-coordinate representation of color #8EAFC1: hue angle of 201.18º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EAFC1 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 175 | 193 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.24 |
| HSL | 201.18º | 0.29% | 0.66% | - |
| HSV(B) | 201.18º | 0.26% | 0.76% | - |
| XYZ | 36.11 | 40.26 | 56.32 | - |
| YUV | 167.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 193 | 0.26 | 0.09 | 0 | 0.24 | 201.18 | 0.29 | 0.66 |
| Hex | 8E | AF | C1 | 1A | 9 | 0 | 18 | C9 | 1D | 42 |
| Octal | 216 | 257 | 301 | 32 | 11 | 0 | 30 | 311 | 35 | 102 |
| Binary | 10001110 | 10101111 | 11000001 | 11010 | 1001 | 0 | 11000 | 11001001 | 11101 | 1000010 |
Color Harmonies of #8EAFC1
Complementary color
Monochromatic Colors of #8EAFC1
Black with #8EAFC1
Text Example
Text Example
White with #8EAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAFC1; }
p { color: rgb(142,175,193); }
H1.HeaderClassName
{
color: #8EAFC1;
}
.AnyTagClassName
{
color: #8EAFC1;
}
</style>
background-color css
<style>
a { background-color: #8EAFC1; }
a { background-color: rgb(142,175,193); }
div.DivClassName
{
background-color: #8EAFC1;
}
.BgClassName
{
background-color: #8EAFC1;
}
</style>
border-color css
<style>
span { border-color: #8EAFC1; }
span { border-color: rgb(142,175,193); }
td.TdClassName
{
border-color: #8EAFC1;
}
.TagClassName
{
border-color: #8EAFC1;
}
</style>