Shades of Nepal #8FB4C5
Tints of Nepal #8FB4C5
RGB
CMYK
RGB Variations
Color information
#8FB4C5 (or 0x8FB4C5) is known color: Nepal. HEX triplet: 8F, B4 and C5. RGB value is (143,180,197). Sum of RGB (Red+Green+Blue) = 143+180+197=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #8FB4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4C5 is #704B3A. Grayscale: #AAAAAA. Windows color (decimal): -7359291 or 12956815. OLE color: 12956815.
HSL color Cylindrical-coordinate representation of color #8FB4C5: hue angle of 198.89º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FB4C5 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 180 | 197 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.23 |
| HSL | 198.89º | 0.32% | 0.67% | - |
| HSV(B) | 198.89º | 0.27% | 0.77% | - |
| XYZ | 37.73 | 42.51 | 59.04 | - |
| YUV | 170.88 | 142.74 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 197 | 0.27 | 0.09 | 0 | 0.23 | 198.89 | 0.32 | 0.67 |
| Hex | 8F | B4 | C5 | 1B | 9 | 0 | 17 | C7 | 20 | 43 |
| Octal | 217 | 264 | 305 | 33 | 11 | 0 | 27 | 307 | 40 | 103 |
| Binary | 10001111 | 10110100 | 11000101 | 11011 | 1001 | 0 | 10111 | 11000111 | 100000 | 1000011 |
Color Harmonies of #8FB4C5
Complementary color
Monochromatic Colors of #8FB4C5
Black with #8FB4C5
Text Example
Text Example
White with #8FB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB4C5; }
p { color: rgb(143,180,197); }
H1.HeaderClassName
{
color: #8FB4C5;
}
.AnyTagClassName
{
color: #8FB4C5;
}
</style>
background-color css
<style>
a { background-color: #8FB4C5; }
a { background-color: rgb(143,180,197); }
div.DivClassName
{
background-color: #8FB4C5;
}
.BgClassName
{
background-color: #8FB4C5;
}
</style>
border-color css
<style>
span { border-color: #8FB4C5; }
span { border-color: rgb(143,180,197); }
td.TdClassName
{
border-color: #8FB4C5;
}
.TagClassName
{
border-color: #8FB4C5;
}
</style>