Shades of Nepal #8FADBF
Tints of Nepal #8FADBF
RGB
CMYK
RGB Variations
Color information
#8FADBF (or 0x8FADBF) is known color: Nepal. HEX triplet: 8F, AD and BF. RGB value is (143,173,191). Sum of RGB (Red+Green+Blue) = 143+173+191=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADBF is #705240. Grayscale: #A5A5A5. Windows color (decimal): -7361089 or 12561807. OLE color: 12561807.
HSL color Cylindrical-coordinate representation of color #8FADBF: hue angle of 202.5º 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 #8FADBF is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 173 | 191 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.25 |
| HSL | 202.5º | 0.27% | 0.65% | - |
| HSV(B) | 202.5º | 0.25% | 0.75% | - |
| XYZ | 35.68 | 39.49 | 55.03 | - |
| YUV | 166.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 191 | 0.25 | 0.09 | 0 | 0.25 | 202.5 | 0.27 | 0.65 |
| Hex | 8F | AD | BF | 19 | 9 | 0 | 19 | CA | 1B | 41 |
| Octal | 217 | 255 | 277 | 31 | 11 | 0 | 31 | 312 | 33 | 101 |
| Binary | 10001111 | 10101101 | 10111111 | 11001 | 1001 | 0 | 11001 | 11001010 | 11011 | 1000001 |
Color Harmonies of #8FADBF
Complementary color
Monochromatic Colors of #8FADBF
Black with #8FADBF
Text Example
Text Example
White with #8FADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADBF; }
p { color: rgb(143,173,191); }
H1.HeaderClassName
{
color: #8FADBF;
}
.AnyTagClassName
{
color: #8FADBF;
}
</style>
background-color css
<style>
a { background-color: #8FADBF; }
a { background-color: rgb(143,173,191); }
div.DivClassName
{
background-color: #8FADBF;
}
.BgClassName
{
background-color: #8FADBF;
}
</style>
border-color css
<style>
span { border-color: #8FADBF; }
span { border-color: rgb(143,173,191); }
td.TdClassName
{
border-color: #8FADBF;
}
.TagClassName
{
border-color: #8FADBF;
}
</style>