Shades of Nepal #8DAAB9
Tints of Nepal #8DAAB9
RGB
CMYK
RGB Variations
Color information
#8DAAB9 (or 0x8DAAB9) is known color: Nepal. HEX triplet: 8D, AA and B9. RGB value is (141,170,185). Sum of RGB (Red+Green+Blue) = 141+170+185=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #8DAAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAAB9 is #725546. Grayscale: #A2A2A2. Windows color (decimal): -7492935 or 12167821. OLE color: 12167821.
HSL color Cylindrical-coordinate representation of color #8DAAB9: hue angle of 200.45º degrees, saturation: 0.24, 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 #8DAAB9 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 170 | 185 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.27 |
| HSL | 200.45º | 0.24% | 0.64% | - |
| HSV(B) | 200.45º | 0.24% | 0.73% | - |
| XYZ | 34.12 | 37.91 | 51.42 | - |
| YUV | 163.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 185 | 0.24 | 0.08 | 0 | 0.27 | 200.45 | 0.24 | 0.64 |
| Hex | 8D | AA | B9 | 18 | 8 | 0 | 1B | C8 | 18 | 40 |
| Octal | 215 | 252 | 271 | 30 | 10 | 0 | 33 | 310 | 30 | 100 |
| Binary | 10001101 | 10101010 | 10111001 | 11000 | 1000 | 0 | 11011 | 11001000 | 11000 | 1000000 |
Color Harmonies of #8DAAB9
Complementary color
Monochromatic Colors of #8DAAB9
Black with #8DAAB9
Text Example
Text Example
White with #8DAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAB9; }
p { color: rgb(141,170,185); }
H1.HeaderClassName
{
color: #8DAAB9;
}
.AnyTagClassName
{
color: #8DAAB9;
}
</style>
background-color css
<style>
a { background-color: #8DAAB9; }
a { background-color: rgb(141,170,185); }
div.DivClassName
{
background-color: #8DAAB9;
}
.BgClassName
{
background-color: #8DAAB9;
}
</style>
border-color css
<style>
span { border-color: #8DAAB9; }
span { border-color: rgb(141,170,185); }
td.TdClassName
{
border-color: #8DAAB9;
}
.TagClassName
{
border-color: #8DAAB9;
}
</style>