Shades of Nepal #8FB4C3
Tints of Nepal #8FB4C3
RGB
CMYK
RGB Variations
Color information
#8FB4C3 (or 0x8FB4C3) is known color: Nepal. HEX triplet: 8F, B4 and C3. RGB value is (143,180,195). Sum of RGB (Red+Green+Blue) = 143+180+195=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #8FB4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4C3 is #704B3C. Grayscale: #AAAAAA. Windows color (decimal): -7359293 or 12825743. OLE color: 12825743.
HSL color Cylindrical-coordinate representation of color #8FB4C3: hue angle of 197.31º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FB4C3 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 180 | 195 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.24 |
| HSL | 197.31º | 0.3% | 0.66% | - |
| HSV(B) | 197.31º | 0.27% | 0.76% | - |
| XYZ | 37.5 | 42.42 | 57.84 | - |
| YUV | 170.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 195 | 0.27 | 0.08 | 0 | 0.24 | 197.31 | 0.3 | 0.66 |
| Hex | 8F | B4 | C3 | 1B | 8 | 0 | 18 | C5 | 1E | 42 |
| Octal | 217 | 264 | 303 | 33 | 10 | 0 | 30 | 305 | 36 | 102 |
| Binary | 10001111 | 10110100 | 11000011 | 11011 | 1000 | 0 | 11000 | 11000101 | 11110 | 1000010 |
Color Harmonies of #8FB4C3
Complementary color
Monochromatic Colors of #8FB4C3
Black with #8FB4C3
Text Example
Text Example
White with #8FB4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB4C3; }
p { color: rgb(143,180,195); }
H1.HeaderClassName
{
color: #8FB4C3;
}
.AnyTagClassName
{
color: #8FB4C3;
}
</style>
background-color css
<style>
a { background-color: #8FB4C3; }
a { background-color: rgb(143,180,195); }
div.DivClassName
{
background-color: #8FB4C3;
}
.BgClassName
{
background-color: #8FB4C3;
}
</style>
border-color css
<style>
span { border-color: #8FB4C3; }
span { border-color: rgb(143,180,195); }
td.TdClassName
{
border-color: #8FB4C3;
}
.TagClassName
{
border-color: #8FB4C3;
}
</style>