Shades of Nepal #8DAABA
Tints of Nepal #8DAABA
RGB
CMYK
RGB Variations
Color information
#8DAABA (or 0x8DAABA) is known color: Nepal. HEX triplet: 8D, AA and BA. RGB value is (141,170,186). Sum of RGB (Red+Green+Blue) = 141+170+186=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #8DAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAABA is #725545. Grayscale: #A3A3A3. Windows color (decimal): -7492934 or 12233357. OLE color: 12233357.
HSL color Cylindrical-coordinate representation of color #8DAABA: hue angle of 201.33º 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 #8DAABA is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 170 | 186 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.27 |
| HSL | 201.33º | 0.25% | 0.64% | - |
| HSV(B) | 201.33º | 0.24% | 0.73% | - |
| XYZ | 34.22 | 37.96 | 51.98 | - |
| YUV | 163.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 186 | 0.24 | 0.09 | 0 | 0.27 | 201.33 | 0.25 | 0.64 |
| Hex | 8D | AA | BA | 18 | 9 | 0 | 1B | C9 | 19 | 40 |
| Octal | 215 | 252 | 272 | 30 | 11 | 0 | 33 | 311 | 31 | 100 |
| Binary | 10001101 | 10101010 | 10111010 | 11000 | 1001 | 0 | 11011 | 11001001 | 11001 | 1000000 |
Color Harmonies of #8DAABA
Complementary color
Monochromatic Colors of #8DAABA
Black with #8DAABA
Text Example
Text Example
White with #8DAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAABA; }
p { color: rgb(141,170,186); }
H1.HeaderClassName
{
color: #8DAABA;
}
.AnyTagClassName
{
color: #8DAABA;
}
</style>
background-color css
<style>
a { background-color: #8DAABA; }
a { background-color: rgb(141,170,186); }
div.DivClassName
{
background-color: #8DAABA;
}
.BgClassName
{
background-color: #8DAABA;
}
</style>
border-color css
<style>
span { border-color: #8DAABA; }
span { border-color: rgb(141,170,186); }
td.TdClassName
{
border-color: #8DAABA;
}
.TagClassName
{
border-color: #8DAABA;
}
</style>