Shades of Nepal #8FAFC0
Tints of Nepal #8FAFC0
RGB
CMYK
RGB Variations
Color information
#8FAFC0 (or 0x8FAFC0) is known color: Nepal. HEX triplet: 8F, AF and C0. RGB value is (143,175,192). Sum of RGB (Red+Green+Blue) = 143+175+192=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #8FAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFC0 is #70503F. Grayscale: #A7A7A7. Windows color (decimal): -7360576 or 12627855. OLE color: 12627855.
HSL color Cylindrical-coordinate representation of color #8FAFC0: hue angle of 200.82º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FAFC0 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 175 | 192 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.25 |
| HSL | 200.82º | 0.28% | 0.66% | - |
| HSV(B) | 200.82º | 0.26% | 0.75% | - |
| XYZ | 36.17 | 40.31 | 55.74 | - |
| YUV | 167.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 192 | 0.26 | 0.09 | 0 | 0.25 | 200.82 | 0.28 | 0.66 |
| Hex | 8F | AF | C0 | 1A | 9 | 0 | 19 | C9 | 1C | 42 |
| Octal | 217 | 257 | 300 | 32 | 11 | 0 | 31 | 311 | 34 | 102 |
| Binary | 10001111 | 10101111 | 11000000 | 11010 | 1001 | 0 | 11001 | 11001001 | 11100 | 1000010 |
Color Harmonies of #8FAFC0
Complementary color
Monochromatic Colors of #8FAFC0
Black with #8FAFC0
Text Example
Text Example
White with #8FAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFC0; }
p { color: rgb(143,175,192); }
H1.HeaderClassName
{
color: #8FAFC0;
}
.AnyTagClassName
{
color: #8FAFC0;
}
</style>
background-color css
<style>
a { background-color: #8FAFC0; }
a { background-color: rgb(143,175,192); }
div.DivClassName
{
background-color: #8FAFC0;
}
.BgClassName
{
background-color: #8FAFC0;
}
</style>
border-color css
<style>
span { border-color: #8FAFC0; }
span { border-color: rgb(143,175,192); }
td.TdClassName
{
border-color: #8FAFC0;
}
.TagClassName
{
border-color: #8FAFC0;
}
</style>