Shades of Nepal #8DAFC0
Tints of Nepal #8DAFC0
RGB
CMYK
RGB Variations
Color information
#8DAFC0 (or 0x8DAFC0) is known color: Nepal. HEX triplet: 8D, AF and C0. RGB value is (141,175,192). Sum of RGB (Red+Green+Blue) = 141+175+192=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #8DAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFC0 is #72503F. Grayscale: #A6A6A6. Windows color (decimal): -7491648 or 12627853. OLE color: 12627853.
HSL color Cylindrical-coordinate representation of color #8DAFC0: hue angle of 200º 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 #8DAFC0 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 175 | 192 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.25 |
| HSL | 200º | 0.29% | 0.65% | - |
| HSV(B) | 200º | 0.27% | 0.75% | - |
| XYZ | 35.83 | 40.13 | 55.73 | - |
| YUV | 166.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 192 | 0.27 | 0.09 | 0 | 0.25 | 200 | 0.29 | 0.65 |
| Hex | 8D | AF | C0 | 1B | 9 | 0 | 19 | C8 | 1D | 41 |
| Octal | 215 | 257 | 300 | 33 | 11 | 0 | 31 | 310 | 35 | 101 |
| Binary | 10001101 | 10101111 | 11000000 | 11011 | 1001 | 0 | 11001 | 11001000 | 11101 | 1000001 |
Color Harmonies of #8DAFC0
Complementary color
Monochromatic Colors of #8DAFC0
Black with #8DAFC0
Text Example
Text Example
White with #8DAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAFC0; }
p { color: rgb(141,175,192); }
H1.HeaderClassName
{
color: #8DAFC0;
}
.AnyTagClassName
{
color: #8DAFC0;
}
</style>
background-color css
<style>
a { background-color: #8DAFC0; }
a { background-color: rgb(141,175,192); }
div.DivClassName
{
background-color: #8DAFC0;
}
.BgClassName
{
background-color: #8DAFC0;
}
</style>
border-color css
<style>
span { border-color: #8DAFC0; }
span { border-color: rgb(141,175,192); }
td.TdClassName
{
border-color: #8DAFC0;
}
.TagClassName
{
border-color: #8DAFC0;
}
</style>