Shades of Nepal #8FB3C5
Tints of Nepal #8FB3C5
RGB
CMYK
RGB Variations
Color information
#8FB3C5 (or 0x8FB3C5) is known color: Nepal. HEX triplet: 8F, B3 and C5. RGB value is (143,179,197). Sum of RGB (Red+Green+Blue) = 143+179+197=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #8FB3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB3C5 is #704C3A. Grayscale: #AAAAAA. Windows color (decimal): -7359547 or 12956559. OLE color: 12956559.
HSL color Cylindrical-coordinate representation of color #8FB3C5: hue angle of 200º 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 #8FB3C5 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 179 | 197 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.23 |
| HSL | 200º | 0.32% | 0.67% | - |
| HSV(B) | 200º | 0.27% | 0.77% | - |
| XYZ | 37.53 | 42.11 | 58.97 | - |
| YUV | 170.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 197 | 0.27 | 0.09 | 0 | 0.23 | 200 | 0.32 | 0.67 |
| Hex | 8F | B3 | C5 | 1B | 9 | 0 | 17 | C8 | 20 | 43 |
| Octal | 217 | 263 | 305 | 33 | 11 | 0 | 27 | 310 | 40 | 103 |
| Binary | 10001111 | 10110011 | 11000101 | 11011 | 1001 | 0 | 10111 | 11001000 | 100000 | 1000011 |
Color Harmonies of #8FB3C5
Complementary color
Monochromatic Colors of #8FB3C5
Black with #8FB3C5
Text Example
Text Example
White with #8FB3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB3C5; }
p { color: rgb(143,179,197); }
H1.HeaderClassName
{
color: #8FB3C5;
}
.AnyTagClassName
{
color: #8FB3C5;
}
</style>
background-color css
<style>
a { background-color: #8FB3C5; }
a { background-color: rgb(143,179,197); }
div.DivClassName
{
background-color: #8FB3C5;
}
.BgClassName
{
background-color: #8FB3C5;
}
</style>
border-color css
<style>
span { border-color: #8FB3C5; }
span { border-color: rgb(143,179,197); }
td.TdClassName
{
border-color: #8FB3C5;
}
.TagClassName
{
border-color: #8FB3C5;
}
</style>