Shades of Nepal #8DB0BF
Tints of Nepal #8DB0BF
RGB
CMYK
RGB Variations
Color information
#8DB0BF (or 0x8DB0BF) is known color: Nepal. HEX triplet: 8D, B0 and BF. RGB value is (141,176,191). Sum of RGB (Red+Green+Blue) = 141+176+191=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 176 (69.14% from 255 or 34.65% 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 #8DB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0BF is #724F40. Grayscale: #A7A7A7. Windows color (decimal): -7491393 or 12562573. OLE color: 12562573.
HSL color Cylindrical-coordinate representation of color #8DB0BF: hue angle of 198º 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 #8DB0BF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 176 | 191 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.25 |
| HSL | 198º | 0.28% | 0.65% | - |
| HSV(B) | 198º | 0.26% | 0.75% | - |
| XYZ | 35.91 | 40.47 | 55.21 | - |
| YUV | 167.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 191 | 0.26 | 0.08 | 0 | 0.25 | 198 | 0.28 | 0.65 |
| Hex | 8D | B0 | BF | 1A | 8 | 0 | 19 | C6 | 1C | 41 |
| Octal | 215 | 260 | 277 | 32 | 10 | 0 | 31 | 306 | 34 | 101 |
| Binary | 10001101 | 10110000 | 10111111 | 11010 | 1000 | 0 | 11001 | 11000110 | 11100 | 1000001 |
Color Harmonies of #8DB0BF
Complementary color
Monochromatic Colors of #8DB0BF
Black with #8DB0BF
Text Example
Text Example
White with #8DB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0BF; }
p { color: rgb(141,176,191); }
H1.HeaderClassName
{
color: #8DB0BF;
}
.AnyTagClassName
{
color: #8DB0BF;
}
</style>
background-color css
<style>
a { background-color: #8DB0BF; }
a { background-color: rgb(141,176,191); }
div.DivClassName
{
background-color: #8DB0BF;
}
.BgClassName
{
background-color: #8DB0BF;
}
</style>
border-color css
<style>
span { border-color: #8DB0BF; }
span { border-color: rgb(141,176,191); }
td.TdClassName
{
border-color: #8DB0BF;
}
.TagClassName
{
border-color: #8DB0BF;
}
</style>