Shades of Nepal #8DACC4
Tints of Nepal #8DACC4
RGB
CMYK
RGB Variations
Color information
#8DACC4 (or 0x8DACC4) is known color: Nepal. HEX triplet: 8D, AC and C4. RGB value is (141,172,196). Sum of RGB (Red+Green+Blue) = 141+172+196=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #8DACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACC4 is #72533B. Grayscale: #A5A5A5. Windows color (decimal): -7492412 or 12889229. OLE color: 12889229.
HSL color Cylindrical-coordinate representation of color #8DACC4: hue angle of 206.18º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DACC4 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 172 | 196 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.23 |
| HSL | 206.18º | 0.32% | 0.66% | - |
| HSV(B) | 206.18º | 0.28% | 0.77% | - |
| XYZ | 35.7 | 39.15 | 57.9 | - |
| YUV | 165.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 196 | 0.28 | 0.12 | 0 | 0.23 | 206.18 | 0.32 | 0.66 |
| Hex | 8D | AC | C4 | 1C | C | 0 | 17 | CE | 20 | 42 |
| Octal | 215 | 254 | 304 | 34 | 14 | 0 | 27 | 316 | 40 | 102 |
| Binary | 10001101 | 10101100 | 11000100 | 11100 | 1100 | 0 | 10111 | 11001110 | 100000 | 1000010 |
Color Harmonies of #8DACC4
Complementary color
Monochromatic Colors of #8DACC4
Black with #8DACC4
Text Example
Text Example
White with #8DACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACC4; }
p { color: rgb(141,172,196); }
H1.HeaderClassName
{
color: #8DACC4;
}
.AnyTagClassName
{
color: #8DACC4;
}
</style>
background-color css
<style>
a { background-color: #8DACC4; }
a { background-color: rgb(141,172,196); }
div.DivClassName
{
background-color: #8DACC4;
}
.BgClassName
{
background-color: #8DACC4;
}
</style>
border-color css
<style>
span { border-color: #8DACC4; }
span { border-color: rgb(141,172,196); }
td.TdClassName
{
border-color: #8DACC4;
}
.TagClassName
{
border-color: #8DACC4;
}
</style>