Shades of Nepal #8FAABC
Tints of Nepal #8FAABC
RGB
CMYK
RGB Variations
Color information
#8FAABC (or 0x8FAABC) is known color: Nepal. HEX triplet: 8F, AA and BC. RGB value is (143,170,188). Sum of RGB (Red+Green+Blue) = 143+170+188=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAABC is #705543. Grayscale: #A3A3A3. Windows color (decimal): -7361860 or 12364431. OLE color: 12364431.
HSL color Cylindrical-coordinate representation of color #8FAABC: hue angle of 204º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FAABC is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 170 | 188 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.26 |
| HSL | 204º | 0.25% | 0.65% | - |
| HSV(B) | 204º | 0.24% | 0.74% | - |
| XYZ | 34.78 | 38.22 | 53.12 | - |
| YUV | 163.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 188 | 0.24 | 0.10 | 0 | 0.26 | 204 | 0.25 | 0.65 |
| Hex | 8F | AA | BC | 18 | A | 0 | 1A | CC | 19 | 41 |
| Octal | 217 | 252 | 274 | 30 | 12 | 0 | 32 | 314 | 31 | 101 |
| Binary | 10001111 | 10101010 | 10111100 | 11000 | 1010 | 0 | 11010 | 11001100 | 11001 | 1000001 |
Color Harmonies of #8FAABC
Complementary color
Monochromatic Colors of #8FAABC
Black with #8FAABC
Text Example
Text Example
White with #8FAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAABC; }
p { color: rgb(143,170,188); }
H1.HeaderClassName
{
color: #8FAABC;
}
.AnyTagClassName
{
color: #8FAABC;
}
</style>
background-color css
<style>
a { background-color: #8FAABC; }
a { background-color: rgb(143,170,188); }
div.DivClassName
{
background-color: #8FAABC;
}
.BgClassName
{
background-color: #8FAABC;
}
</style>
border-color css
<style>
span { border-color: #8FAABC; }
span { border-color: rgb(143,170,188); }
td.TdClassName
{
border-color: #8FAABC;
}
.TagClassName
{
border-color: #8FAABC;
}
</style>