Shades of Nepal #8FAAC0
Tints of Nepal #8FAAC0
RGB
CMYK
RGB Variations
Color information
#8FAAC0 (or 0x8FAAC0) is known color: Nepal. HEX triplet: 8F, AA and C0. RGB value is (143,170,192). Sum of RGB (Red+Green+Blue) = 143+170+192=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #8FAAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAC0 is #70553F. Grayscale: #A4A4A4. Windows color (decimal): -7361856 or 12626575. OLE color: 12626575.
HSL color Cylindrical-coordinate representation of color #8FAAC0: hue angle of 206.94º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FAAC0 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 170 | 192 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.25 |
| HSL | 206.94º | 0.28% | 0.66% | - |
| HSV(B) | 206.94º | 0.26% | 0.75% | - |
| XYZ | 35.22 | 38.39 | 55.42 | - |
| YUV | 164.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 192 | 0.26 | 0.11 | 0 | 0.25 | 206.94 | 0.28 | 0.66 |
| Hex | 8F | AA | C0 | 1A | B | 0 | 19 | CF | 1C | 42 |
| Octal | 217 | 252 | 300 | 32 | 13 | 0 | 31 | 317 | 34 | 102 |
| Binary | 10001111 | 10101010 | 11000000 | 11010 | 1011 | 0 | 11001 | 11001111 | 11100 | 1000010 |
Color Harmonies of #8FAAC0
Complementary color
Monochromatic Colors of #8FAAC0
Black with #8FAAC0
Text Example
Text Example
White with #8FAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAC0; }
p { color: rgb(143,170,192); }
H1.HeaderClassName
{
color: #8FAAC0;
}
.AnyTagClassName
{
color: #8FAAC0;
}
</style>
background-color css
<style>
a { background-color: #8FAAC0; }
a { background-color: rgb(143,170,192); }
div.DivClassName
{
background-color: #8FAAC0;
}
.BgClassName
{
background-color: #8FAAC0;
}
</style>
border-color css
<style>
span { border-color: #8FAAC0; }
span { border-color: rgb(143,170,192); }
td.TdClassName
{
border-color: #8FAAC0;
}
.TagClassName
{
border-color: #8FAAC0;
}
</style>