Shades of Nepal #8DAABC
Tints of Nepal #8DAABC
RGB
CMYK
RGB Variations
Color information
#8DAABC (or 0x8DAABC) is known color: Nepal. HEX triplet: 8D, AA and BC. RGB value is (141,170,188). Sum of RGB (Red+Green+Blue) = 141+170+188=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAABC is #725543. Grayscale: #A3A3A3. Windows color (decimal): -7492932 or 12364429. OLE color: 12364429.
HSL color Cylindrical-coordinate representation of color #8DAABC: hue angle of 202.98º 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 #8DAABC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 170 | 188 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.26 |
| HSL | 202.98º | 0.26% | 0.65% | - |
| HSV(B) | 202.98º | 0.25% | 0.74% | - |
| XYZ | 34.44 | 38.04 | 53.11 | - |
| YUV | 163.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 188 | 0.25 | 0.10 | 0 | 0.26 | 202.98 | 0.26 | 0.65 |
| Hex | 8D | AA | BC | 19 | A | 0 | 1A | CB | 1A | 41 |
| Octal | 215 | 252 | 274 | 31 | 12 | 0 | 32 | 313 | 32 | 101 |
| Binary | 10001101 | 10101010 | 10111100 | 11001 | 1010 | 0 | 11010 | 11001011 | 11010 | 1000001 |
Color Harmonies of #8DAABC
Complementary color
Monochromatic Colors of #8DAABC
Black with #8DAABC
Text Example
Text Example
White with #8DAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAABC; }
p { color: rgb(141,170,188); }
H1.HeaderClassName
{
color: #8DAABC;
}
.AnyTagClassName
{
color: #8DAABC;
}
</style>
background-color css
<style>
a { background-color: #8DAABC; }
a { background-color: rgb(141,170,188); }
div.DivClassName
{
background-color: #8DAABC;
}
.BgClassName
{
background-color: #8DAABC;
}
</style>
border-color css
<style>
span { border-color: #8DAABC; }
span { border-color: rgb(141,170,188); }
td.TdClassName
{
border-color: #8DAABC;
}
.TagClassName
{
border-color: #8DAABC;
}
</style>