Shades of Nepal #8DABBA
Tints of Nepal #8DABBA
RGB
CMYK
RGB Variations
Color information
#8DABBA (or 0x8DABBA) is known color: Nepal. HEX triplet: 8D, AB and BA. RGB value is (141,171,186). Sum of RGB (Red+Green+Blue) = 141+171+186=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #8DABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABBA is #725445. Grayscale: #A3A3A3. Windows color (decimal): -7492678 or 12233613. OLE color: 12233613.
HSL color Cylindrical-coordinate representation of color #8DABBA: hue angle of 200º 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 #8DABBA is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 171 | 186 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.27 |
| HSL | 200º | 0.25% | 0.64% | - |
| HSV(B) | 200º | 0.24% | 0.73% | - |
| XYZ | 34.41 | 38.33 | 52.04 | - |
| YUV | 163.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 186 | 0.24 | 0.08 | 0 | 0.27 | 200 | 0.25 | 0.64 |
| Hex | 8D | AB | BA | 18 | 8 | 0 | 1B | C8 | 19 | 40 |
| Octal | 215 | 253 | 272 | 30 | 10 | 0 | 33 | 310 | 31 | 100 |
| Binary | 10001101 | 10101011 | 10111010 | 11000 | 1000 | 0 | 11011 | 11001000 | 11001 | 1000000 |
Color Harmonies of #8DABBA
Complementary color
Monochromatic Colors of #8DABBA
Black with #8DABBA
Text Example
Text Example
White with #8DABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABBA; }
p { color: rgb(141,171,186); }
H1.HeaderClassName
{
color: #8DABBA;
}
.AnyTagClassName
{
color: #8DABBA;
}
</style>
background-color css
<style>
a { background-color: #8DABBA; }
a { background-color: rgb(141,171,186); }
div.DivClassName
{
background-color: #8DABBA;
}
.BgClassName
{
background-color: #8DABBA;
}
</style>
border-color css
<style>
span { border-color: #8DABBA; }
span { border-color: rgb(141,171,186); }
td.TdClassName
{
border-color: #8DABBA;
}
.TagClassName
{
border-color: #8DABBA;
}
</style>