Shades of Nepal #8FABBB
Tints of Nepal #8FABBB
RGB
CMYK
RGB Variations
Color information
#8FABBB (or 0x8FABBB) is known color: Nepal. HEX triplet: 8F, AB and BB. RGB value is (143,171,187). Sum of RGB (Red+Green+Blue) = 143+171+187=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABBB is #705444. Grayscale: #A4A4A4. Windows color (decimal): -7361605 or 12299151. OLE color: 12299151.
HSL color Cylindrical-coordinate representation of color #8FABBB: hue angle of 201.82º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FABBB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 171 | 187 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.27 |
| HSL | 201.82º | 0.24% | 0.65% | - |
| HSV(B) | 201.82º | 0.24% | 0.73% | - |
| XYZ | 34.86 | 38.55 | 52.62 | - |
| YUV | 164.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 187 | 0.24 | 0.09 | 0 | 0.27 | 201.82 | 0.24 | 0.65 |
| Hex | 8F | AB | BB | 18 | 9 | 0 | 1B | CA | 18 | 41 |
| Octal | 217 | 253 | 273 | 30 | 11 | 0 | 33 | 312 | 30 | 101 |
| Binary | 10001111 | 10101011 | 10111011 | 11000 | 1001 | 0 | 11011 | 11001010 | 11000 | 1000001 |
Color Harmonies of #8FABBB
Complementary color
Monochromatic Colors of #8FABBB
Black with #8FABBB
Text Example
Text Example
White with #8FABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABBB; }
p { color: rgb(143,171,187); }
H1.HeaderClassName
{
color: #8FABBB;
}
.AnyTagClassName
{
color: #8FABBB;
}
</style>
background-color css
<style>
a { background-color: #8FABBB; }
a { background-color: rgb(143,171,187); }
div.DivClassName
{
background-color: #8FABBB;
}
.BgClassName
{
background-color: #8FABBB;
}
</style>
border-color css
<style>
span { border-color: #8FABBB; }
span { border-color: rgb(143,171,187); }
td.TdClassName
{
border-color: #8FABBB;
}
.TagClassName
{
border-color: #8FABBB;
}
</style>