Shades of Nepal #8DA9BA
Tints of Nepal #8DA9BA
RGB
CMYK
RGB Variations
Color information
#8DA9BA (or 0x8DA9BA) is known color: Nepal. HEX triplet: 8D, A9 and BA. RGB value is (141,169,186). Sum of RGB (Red+Green+Blue) = 141+169+186=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #8DA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9BA is #725645. Grayscale: #A2A2A2. Windows color (decimal): -7493190 or 12233101. OLE color: 12233101.
HSL color Cylindrical-coordinate representation of color #8DA9BA: hue angle of 202.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DA9BA is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 169 | 186 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.27 |
| HSL | 202.67º | 0.25% | 0.64% | - |
| HSV(B) | 202.67º | 0.24% | 0.73% | - |
| XYZ | 34.04 | 37.58 | 51.91 | - |
| YUV | 162.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 186 | 0.24 | 0.09 | 0 | 0.27 | 202.67 | 0.25 | 0.64 |
| Hex | 8D | A9 | BA | 18 | 9 | 0 | 1B | CB | 19 | 40 |
| Octal | 215 | 251 | 272 | 30 | 11 | 0 | 33 | 313 | 31 | 100 |
| Binary | 10001101 | 10101001 | 10111010 | 11000 | 1001 | 0 | 11011 | 11001011 | 11001 | 1000000 |
Color Harmonies of #8DA9BA
Complementary color
Monochromatic Colors of #8DA9BA
Black with #8DA9BA
Text Example
Text Example
White with #8DA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA9BA; }
p { color: rgb(141,169,186); }
H1.HeaderClassName
{
color: #8DA9BA;
}
.AnyTagClassName
{
color: #8DA9BA;
}
</style>
background-color css
<style>
a { background-color: #8DA9BA; }
a { background-color: rgb(141,169,186); }
div.DivClassName
{
background-color: #8DA9BA;
}
.BgClassName
{
background-color: #8DA9BA;
}
</style>
border-color css
<style>
span { border-color: #8DA9BA; }
span { border-color: rgb(141,169,186); }
td.TdClassName
{
border-color: #8DA9BA;
}
.TagClassName
{
border-color: #8DA9BA;
}
</style>