Shades of Nepal #8FB7CB
Tints of Nepal #8FB7CB
RGB
CMYK
RGB Variations
Color information
#8FB7CB (or 0x8FB7CB) is known color: Nepal. HEX triplet: 8F, B7 and CB. RGB value is (143,183,203). Sum of RGB (Red+Green+Blue) = 143+183+203=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FB7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7CB is #704834. Grayscale: #ADADAD. Windows color (decimal): -7358517 or 13350799. OLE color: 13350799.
HSL color Cylindrical-coordinate representation of color #8FB7CB: hue angle of 200º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FB7CB is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 183 | 203 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.20 |
| HSL | 200º | 0.37% | 0.68% | - |
| HSV(B) | 200º | 0.3% | 0.8% | - |
| XYZ | 39.04 | 44.02 | 62.94 | - |
| YUV | 173.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 203 | 0.30 | 0.10 | 0 | 0.20 | 200 | 0.37 | 0.68 |
| Hex | 8F | B7 | CB | 1E | A | 0 | 14 | C8 | 25 | 44 |
| Octal | 217 | 267 | 313 | 36 | 12 | 0 | 24 | 310 | 45 | 104 |
| Binary | 10001111 | 10110111 | 11001011 | 11110 | 1010 | 0 | 10100 | 11001000 | 100101 | 1000100 |
Color Harmonies of #8FB7CB
Complementary color
Monochromatic Colors of #8FB7CB
Black with #8FB7CB
Text Example
Text Example
White with #8FB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB7CB; }
p { color: rgb(143,183,203); }
H1.HeaderClassName
{
color: #8FB7CB;
}
.AnyTagClassName
{
color: #8FB7CB;
}
</style>
background-color css
<style>
a { background-color: #8FB7CB; }
a { background-color: rgb(143,183,203); }
div.DivClassName
{
background-color: #8FB7CB;
}
.BgClassName
{
background-color: #8FB7CB;
}
</style>
border-color css
<style>
span { border-color: #8FB7CB; }
span { border-color: rgb(143,183,203); }
td.TdClassName
{
border-color: #8FB7CB;
}
.TagClassName
{
border-color: #8FB7CB;
}
</style>