Shades of Nepal #8DA8BC
Tints of Nepal #8DA8BC
RGB
CMYK
RGB Variations
Color information
#8DA8BC (or 0x8DA8BC) is known color: Nepal. HEX triplet: 8D, A8 and BC. RGB value is (141,168,188). Sum of RGB (Red+Green+Blue) = 141+168+188=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA8BC is #725743. Grayscale: #A2A2A2. Windows color (decimal): -7493444 or 12363917. OLE color: 12363917.
HSL color Cylindrical-coordinate representation of color #8DA8BC: hue angle of 205.53º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DA8BC is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 168 | 188 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.26 |
| HSL | 205.53º | 0.26% | 0.65% | - |
| HSV(B) | 205.53º | 0.25% | 0.74% | - |
| XYZ | 34.06 | 37.3 | 52.98 | - |
| YUV | 162.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 188 | 0.25 | 0.11 | 0 | 0.26 | 205.53 | 0.26 | 0.65 |
| Hex | 8D | A8 | BC | 19 | B | 0 | 1A | CE | 1A | 41 |
| Octal | 215 | 250 | 274 | 31 | 13 | 0 | 32 | 316 | 32 | 101 |
| Binary | 10001101 | 10101000 | 10111100 | 11001 | 1011 | 0 | 11010 | 11001110 | 11010 | 1000001 |
Color Harmonies of #8DA8BC
Complementary color
Monochromatic Colors of #8DA8BC
Black with #8DA8BC
Text Example
Text Example
White with #8DA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA8BC; }
p { color: rgb(141,168,188); }
H1.HeaderClassName
{
color: #8DA8BC;
}
.AnyTagClassName
{
color: #8DA8BC;
}
</style>
background-color css
<style>
a { background-color: #8DA8BC; }
a { background-color: rgb(141,168,188); }
div.DivClassName
{
background-color: #8DA8BC;
}
.BgClassName
{
background-color: #8DA8BC;
}
</style>
border-color css
<style>
span { border-color: #8DA8BC; }
span { border-color: rgb(141,168,188); }
td.TdClassName
{
border-color: #8DA8BC;
}
.TagClassName
{
border-color: #8DA8BC;
}
</style>