Shades of Nepal #8FAEC1
Tints of Nepal #8FAEC1
RGB
CMYK
RGB Variations
Color information
#8FAEC1 (or 0x8FAEC1) is known color: Nepal. HEX triplet: 8F, AE and C1. RGB value is (143,174,193). Sum of RGB (Red+Green+Blue) = 143+174+193=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEC1 is #70513E. Grayscale: #A6A6A6. Windows color (decimal): -7360831 or 12693135. OLE color: 12693135.
HSL color Cylindrical-coordinate representation of color #8FAEC1: hue angle of 202.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FAEC1 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 174 | 193 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.24 |
| HSL | 202.8º | 0.29% | 0.66% | - |
| HSV(B) | 202.8º | 0.26% | 0.76% | - |
| XYZ | 36.09 | 39.96 | 56.26 | - |
| YUV | 166.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 193 | 0.26 | 0.10 | 0 | 0.24 | 202.8 | 0.29 | 0.66 |
| Hex | 8F | AE | C1 | 1A | A | 0 | 18 | CB | 1D | 42 |
| Octal | 217 | 256 | 301 | 32 | 12 | 0 | 30 | 313 | 35 | 102 |
| Binary | 10001111 | 10101110 | 11000001 | 11010 | 1010 | 0 | 11000 | 11001011 | 11101 | 1000010 |
Color Harmonies of #8FAEC1
Complementary color
Monochromatic Colors of #8FAEC1
Black with #8FAEC1
Text Example
Text Example
White with #8FAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEC1; }
p { color: rgb(143,174,193); }
H1.HeaderClassName
{
color: #8FAEC1;
}
.AnyTagClassName
{
color: #8FAEC1;
}
</style>
background-color css
<style>
a { background-color: #8FAEC1; }
a { background-color: rgb(143,174,193); }
div.DivClassName
{
background-color: #8FAEC1;
}
.BgClassName
{
background-color: #8FAEC1;
}
</style>
border-color css
<style>
span { border-color: #8FAEC1; }
span { border-color: rgb(143,174,193); }
td.TdClassName
{
border-color: #8FAEC1;
}
.TagClassName
{
border-color: #8FAEC1;
}
</style>