Shades of Nepal #8FABBF
Tints of Nepal #8FABBF
RGB
CMYK
RGB Variations
Color information
#8FABBF (or 0x8FABBF) is known color: Nepal. HEX triplet: 8F, AB and BF. RGB value is (143,171,191). Sum of RGB (Red+Green+Blue) = 143+171+191=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABBF is #705440. Grayscale: #A4A4A4. Windows color (decimal): -7361601 or 12561295. OLE color: 12561295.
HSL color Cylindrical-coordinate representation of color #8FABBF: hue angle of 205º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FABBF is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 171 | 191 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.25 |
| HSL | 205º | 0.27% | 0.65% | - |
| HSV(B) | 205º | 0.25% | 0.75% | - |
| XYZ | 35.29 | 38.73 | 54.91 | - |
| YUV | 164.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 191 | 0.25 | 0.10 | 0 | 0.25 | 205 | 0.27 | 0.65 |
| Hex | 8F | AB | BF | 19 | A | 0 | 19 | CD | 1B | 41 |
| Octal | 217 | 253 | 277 | 31 | 12 | 0 | 31 | 315 | 33 | 101 |
| Binary | 10001111 | 10101011 | 10111111 | 11001 | 1010 | 0 | 11001 | 11001101 | 11011 | 1000001 |
Color Harmonies of #8FABBF
Complementary color
Monochromatic Colors of #8FABBF
Black with #8FABBF
Text Example
Text Example
White with #8FABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABBF; }
p { color: rgb(143,171,191); }
H1.HeaderClassName
{
color: #8FABBF;
}
.AnyTagClassName
{
color: #8FABBF;
}
</style>
background-color css
<style>
a { background-color: #8FABBF; }
a { background-color: rgb(143,171,191); }
div.DivClassName
{
background-color: #8FABBF;
}
.BgClassName
{
background-color: #8FABBF;
}
</style>
border-color css
<style>
span { border-color: #8FABBF; }
span { border-color: rgb(143,171,191); }
td.TdClassName
{
border-color: #8FABBF;
}
.TagClassName
{
border-color: #8FABBF;
}
</style>