Shades of Nepal #8EAFBF
Tints of Nepal #8EAFBF
RGB
CMYK
RGB Variations
Color information
#8EAFBF (or 0x8EAFBF) is known color: Nepal. HEX triplet: 8E, AF and BF. RGB value is (142,175,191). Sum of RGB (Red+Green+Blue) = 142+175+191=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFBF is #715040. Grayscale: #A6A6A6. Windows color (decimal): -7426113 or 12562318. OLE color: 12562318.
HSL color Cylindrical-coordinate representation of color #8EAFBF: hue angle of 199.59º 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 #8EAFBF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 175 | 191 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.25 |
| HSL | 199.59º | 0.28% | 0.65% | - |
| HSV(B) | 199.59º | 0.26% | 0.75% | - |
| XYZ | 35.89 | 40.17 | 55.15 | - |
| YUV | 166.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 191 | 0.26 | 0.08 | 0 | 0.25 | 199.59 | 0.28 | 0.65 |
| Hex | 8E | AF | BF | 1A | 8 | 0 | 19 | C8 | 1C | 41 |
| Octal | 216 | 257 | 277 | 32 | 10 | 0 | 31 | 310 | 34 | 101 |
| Binary | 10001110 | 10101111 | 10111111 | 11010 | 1000 | 0 | 11001 | 11001000 | 11100 | 1000001 |
Color Harmonies of #8EAFBF
Complementary color
Monochromatic Colors of #8EAFBF
Black with #8EAFBF
Text Example
Text Example
White with #8EAFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAFBF; }
p { color: rgb(142,175,191); }
H1.HeaderClassName
{
color: #8EAFBF;
}
.AnyTagClassName
{
color: #8EAFBF;
}
</style>
background-color css
<style>
a { background-color: #8EAFBF; }
a { background-color: rgb(142,175,191); }
div.DivClassName
{
background-color: #8EAFBF;
}
.BgClassName
{
background-color: #8EAFBF;
}
</style>
border-color css
<style>
span { border-color: #8EAFBF; }
span { border-color: rgb(142,175,191); }
td.TdClassName
{
border-color: #8EAFBF;
}
.TagClassName
{
border-color: #8EAFBF;
}
</style>