Shades of Nepal #8FABB9
Tints of Nepal #8FABB9
RGB
CMYK
RGB Variations
Color information
#8FABB9 (or 0x8FABB9) is known color: Nepal. HEX triplet: 8F, AB and B9. RGB value is (143,171,185). Sum of RGB (Red+Green+Blue) = 143+171+185=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 185 - color contains mainly: blue. Hex color #8FABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABB9 is #705446. Grayscale: #A4A4A4. Windows color (decimal): -7361607 or 12168079. OLE color: 12168079.
HSL color Cylindrical-coordinate representation of color #8FABB9: hue angle of 200º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FABB9 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 143 | 171 | 185 | - |
CMYK | 0.23 | 0.08 | 0 | 0.27 |
HSL | 200º | 0.23% | 0.64% | - |
HSV(B) | 200º | 0.23% | 0.73% | - |
XYZ | 34.65 | 38.47 | 51.5 | - |
YUV | 164.22 | 139.72 | 112.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 171 | 185 | 0.23 | 0.08 | 0 | 0.27 | 200 | 0.23 | 0.64 |
Hex | 8F | AB | B9 | 17 | 8 | 0 | 1B | C8 | 17 | 40 |
Octal | 217 | 253 | 271 | 27 | 10 | 0 | 33 | 310 | 27 | 100 |
Binary | 10001111 | 10101011 | 10111001 | 10111 | 1000 | 0 | 11011 | 11001000 | 10111 | 1000000 |
Color Harmonies of #8FABB9
Complementary color
Monochromatic Colors of #8FABB9
Black with #8FABB9
Text Example
Text Example
White with #8FABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABB9; }
p { color: rgb(143,171,185); }
H1.HeaderClassName
{
color: #8FABB9;
}
.AnyTagClassName
{
color: #8FABB9;
}
</style>
background-color css
<style>
a { background-color: #8FABB9; }
a { background-color: rgb(143,171,185); }
div.DivClassName
{
background-color: #8FABB9;
}
.BgClassName
{
background-color: #8FABB9;
}
</style>
border-color css
<style>
span { border-color: #8FABB9; }
span { border-color: rgb(143,171,185); }
td.TdClassName
{
border-color: #8FABB9;
}
.TagClassName
{
border-color: #8FABB9;
}
</style>