Shades of Nepal #8DAAC0
Tints of Nepal #8DAAC0
RGB
CMYK
RGB Variations
Color information
#8DAAC0 (or 0x8DAAC0) is known color: Nepal. HEX triplet: 8D, AA and C0. RGB value is (141,170,192). Sum of RGB (Red+Green+Blue) = 141+170+192=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #8DAAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAAC0 is #72553F. Grayscale: #A3A3A3. Windows color (decimal): -7492928 or 12626573. OLE color: 12626573.
HSL color Cylindrical-coordinate representation of color #8DAAC0: hue angle of 205.88º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DAAC0 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 170 | 192 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.25 |
| HSL | 205.88º | 0.29% | 0.65% | - |
| HSV(B) | 205.88º | 0.27% | 0.75% | - |
| XYZ | 34.87 | 38.22 | 55.41 | - |
| YUV | 163.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 192 | 0.27 | 0.11 | 0 | 0.25 | 205.88 | 0.29 | 0.65 |
| Hex | 8D | AA | C0 | 1B | B | 0 | 19 | CE | 1D | 41 |
| Octal | 215 | 252 | 300 | 33 | 13 | 0 | 31 | 316 | 35 | 101 |
| Binary | 10001101 | 10101010 | 11000000 | 11011 | 1011 | 0 | 11001 | 11001110 | 11101 | 1000001 |
Color Harmonies of #8DAAC0
Complementary color
Monochromatic Colors of #8DAAC0
Black with #8DAAC0
Text Example
Text Example
White with #8DAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAC0; }
p { color: rgb(141,170,192); }
H1.HeaderClassName
{
color: #8DAAC0;
}
.AnyTagClassName
{
color: #8DAAC0;
}
</style>
background-color css
<style>
a { background-color: #8DAAC0; }
a { background-color: rgb(141,170,192); }
div.DivClassName
{
background-color: #8DAAC0;
}
.BgClassName
{
background-color: #8DAAC0;
}
</style>
border-color css
<style>
span { border-color: #8DAAC0; }
span { border-color: rgb(141,170,192); }
td.TdClassName
{
border-color: #8DAAC0;
}
.TagClassName
{
border-color: #8DAAC0;
}
</style>