Shades of Nepal #8FABC1
Tints of Nepal #8FABC1
RGB
CMYK
RGB Variations
Color information
#8FABC1 (or 0x8FABC1) is known color: Nepal. HEX triplet: 8F, AB and C1. RGB value is (143,171,193). Sum of RGB (Red+Green+Blue) = 143+171+193=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABC1 is #70543E. Grayscale: #A5A5A5. Windows color (decimal): -7361599 or 12692367. OLE color: 12692367.
HSL color Cylindrical-coordinate representation of color #8FABC1: hue angle of 206.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FABC1 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 171 | 193 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.24 |
| HSL | 206.4º | 0.29% | 0.66% | - |
| HSV(B) | 206.4º | 0.26% | 0.76% | - |
| XYZ | 35.52 | 38.82 | 56.07 | - |
| YUV | 165.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 193 | 0.26 | 0.11 | 0 | 0.24 | 206.4 | 0.29 | 0.66 |
| Hex | 8F | AB | C1 | 1A | B | 0 | 18 | CE | 1D | 42 |
| Octal | 217 | 253 | 301 | 32 | 13 | 0 | 30 | 316 | 35 | 102 |
| Binary | 10001111 | 10101011 | 11000001 | 11010 | 1011 | 0 | 11000 | 11001110 | 11101 | 1000010 |
Color Harmonies of #8FABC1
Complementary color
Monochromatic Colors of #8FABC1
Black with #8FABC1
Text Example
Text Example
White with #8FABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABC1; }
p { color: rgb(143,171,193); }
H1.HeaderClassName
{
color: #8FABC1;
}
.AnyTagClassName
{
color: #8FABC1;
}
</style>
background-color css
<style>
a { background-color: #8FABC1; }
a { background-color: rgb(143,171,193); }
div.DivClassName
{
background-color: #8FABC1;
}
.BgClassName
{
background-color: #8FABC1;
}
</style>
border-color css
<style>
span { border-color: #8FABC1; }
span { border-color: rgb(143,171,193); }
td.TdClassName
{
border-color: #8FABC1;
}
.TagClassName
{
border-color: #8FABC1;
}
</style>