Shades of Nepal #8DA8BB
Tints of Nepal #8DA8BB
RGB
CMYK
RGB Variations
Color information
#8DA8BB (or 0x8DA8BB) is known color: Nepal. HEX triplet: 8D, A8 and BB. RGB value is (141,168,187). Sum of RGB (Red+Green+Blue) = 141+168+187=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA8BB is #725744. Grayscale: #A1A1A1. Windows color (decimal): -7493445 or 12298381. OLE color: 12298381.
HSL color Cylindrical-coordinate representation of color #8DA8BB: hue angle of 204.78º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DA8BB is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 168 | 187 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.27 |
| HSL | 204.78º | 0.25% | 0.64% | - |
| HSV(B) | 204.78º | 0.25% | 0.73% | - |
| XYZ | 33.96 | 37.26 | 52.42 | - |
| YUV | 162.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 187 | 0.25 | 0.10 | 0 | 0.27 | 204.78 | 0.25 | 0.64 |
| Hex | 8D | A8 | BB | 19 | A | 0 | 1B | CD | 19 | 40 |
| Octal | 215 | 250 | 273 | 31 | 12 | 0 | 33 | 315 | 31 | 100 |
| Binary | 10001101 | 10101000 | 10111011 | 11001 | 1010 | 0 | 11011 | 11001101 | 11001 | 1000000 |
Color Harmonies of #8DA8BB
Complementary color
Monochromatic Colors of #8DA8BB
Black with #8DA8BB
Text Example
Text Example
White with #8DA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA8BB; }
p { color: rgb(141,168,187); }
H1.HeaderClassName
{
color: #8DA8BB;
}
.AnyTagClassName
{
color: #8DA8BB;
}
</style>
background-color css
<style>
a { background-color: #8DA8BB; }
a { background-color: rgb(141,168,187); }
div.DivClassName
{
background-color: #8DA8BB;
}
.BgClassName
{
background-color: #8DA8BB;
}
</style>
border-color css
<style>
span { border-color: #8DA8BB; }
span { border-color: rgb(141,168,187); }
td.TdClassName
{
border-color: #8DA8BB;
}
.TagClassName
{
border-color: #8DA8BB;
}
</style>