Shades of Nepal #8DA8BE
Tints of Nepal #8DA8BE
RGB
CMYK
RGB Variations
Color information
#8DA8BE (or 0x8DA8BE) is known color: Nepal. HEX triplet: 8D, A8 and BE. RGB value is (141,168,190). Sum of RGB (Red+Green+Blue) = 141+168+190=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA8BE is #725741. Grayscale: #A2A2A2. Windows color (decimal): -7493442 or 12494989. OLE color: 12494989.
HSL color Cylindrical-coordinate representation of color #8DA8BE: hue angle of 206.94º degrees, saturation: 0.27, 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 #8DA8BE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 168 | 190 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.25 |
| HSL | 206.94º | 0.27% | 0.65% | - |
| HSV(B) | 206.94º | 0.26% | 0.75% | - |
| XYZ | 34.28 | 37.39 | 54.12 | - |
| YUV | 162.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 190 | 0.26 | 0.12 | 0 | 0.25 | 206.94 | 0.27 | 0.65 |
| Hex | 8D | A8 | BE | 1A | C | 0 | 19 | CF | 1B | 41 |
| Octal | 215 | 250 | 276 | 32 | 14 | 0 | 31 | 317 | 33 | 101 |
| Binary | 10001101 | 10101000 | 10111110 | 11010 | 1100 | 0 | 11001 | 11001111 | 11011 | 1000001 |
Color Harmonies of #8DA8BE
Complementary color
Monochromatic Colors of #8DA8BE
Black with #8DA8BE
Text Example
Text Example
White with #8DA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA8BE; }
p { color: rgb(141,168,190); }
H1.HeaderClassName
{
color: #8DA8BE;
}
.AnyTagClassName
{
color: #8DA8BE;
}
</style>
background-color css
<style>
a { background-color: #8DA8BE; }
a { background-color: rgb(141,168,190); }
div.DivClassName
{
background-color: #8DA8BE;
}
.BgClassName
{
background-color: #8DA8BE;
}
</style>
border-color css
<style>
span { border-color: #8DA8BE; }
span { border-color: rgb(141,168,190); }
td.TdClassName
{
border-color: #8DA8BE;
}
.TagClassName
{
border-color: #8DA8BE;
}
</style>