Shades of Nepal #8FB8CB
Tints of Nepal #8FB8CB
RGB
CMYK
RGB Variations
Color information
#8FB8CB (or 0x8FB8CB) is known color: Nepal. HEX triplet: 8F, B8 and CB. RGB value is (143,184,203). Sum of RGB (Red+Green+Blue) = 143+184+203=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FB8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8CB is #704734. Grayscale: #ADADAD. Windows color (decimal): -7358261 or 13351055. OLE color: 13351055.
HSL color Cylindrical-coordinate representation of color #8FB8CB: hue angle of 199º 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 #8FB8CB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 184 | 203 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.20 |
| HSL | 199º | 0.37% | 0.68% | - |
| HSV(B) | 199º | 0.3% | 0.8% | - |
| XYZ | 39.25 | 44.43 | 63.01 | - |
| YUV | 173.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 203 | 0.30 | 0.09 | 0 | 0.20 | 199 | 0.37 | 0.68 |
| Hex | 8F | B8 | CB | 1E | 9 | 0 | 14 | C7 | 25 | 44 |
| Octal | 217 | 270 | 313 | 36 | 11 | 0 | 24 | 307 | 45 | 104 |
| Binary | 10001111 | 10111000 | 11001011 | 11110 | 1001 | 0 | 10100 | 11000111 | 100101 | 1000100 |
Color Harmonies of #8FB8CB
Complementary color
Monochromatic Colors of #8FB8CB
Black with #8FB8CB
Text Example
Text Example
White with #8FB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB8CB; }
p { color: rgb(143,184,203); }
H1.HeaderClassName
{
color: #8FB8CB;
}
.AnyTagClassName
{
color: #8FB8CB;
}
</style>
background-color css
<style>
a { background-color: #8FB8CB; }
a { background-color: rgb(143,184,203); }
div.DivClassName
{
background-color: #8FB8CB;
}
.BgClassName
{
background-color: #8FB8CB;
}
</style>
border-color css
<style>
span { border-color: #8FB8CB; }
span { border-color: rgb(143,184,203); }
td.TdClassName
{
border-color: #8FB8CB;
}
.TagClassName
{
border-color: #8FB8CB;
}
</style>