Shades of Nepal #8FACC3
Tints of Nepal #8FACC3
RGB
CMYK
RGB Variations
Color information
#8FACC3 (or 0x8FACC3) is known color: Nepal. HEX triplet: 8F, AC and C3. RGB value is (143,172,195). Sum of RGB (Red+Green+Blue) = 143+172+195=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #8FACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACC3 is #70533C. Grayscale: #A5A5A5. Windows color (decimal): -7361341 or 12823695. OLE color: 12823695.
HSL color Cylindrical-coordinate representation of color #8FACC3: hue angle of 206.54º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FACC3 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 172 | 195 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.24 |
| HSL | 206.54º | 0.3% | 0.66% | - |
| HSV(B) | 206.54º | 0.27% | 0.76% | - |
| XYZ | 35.93 | 39.28 | 57.32 | - |
| YUV | 165.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 195 | 0.27 | 0.12 | 0 | 0.24 | 206.54 | 0.3 | 0.66 |
| Hex | 8F | AC | C3 | 1B | C | 0 | 18 | CF | 1E | 42 |
| Octal | 217 | 254 | 303 | 33 | 14 | 0 | 30 | 317 | 36 | 102 |
| Binary | 10001111 | 10101100 | 11000011 | 11011 | 1100 | 0 | 11000 | 11001111 | 11110 | 1000010 |
Color Harmonies of #8FACC3
Complementary color
Monochromatic Colors of #8FACC3
Black with #8FACC3
Text Example
Text Example
White with #8FACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACC3; }
p { color: rgb(143,172,195); }
H1.HeaderClassName
{
color: #8FACC3;
}
.AnyTagClassName
{
color: #8FACC3;
}
</style>
background-color css
<style>
a { background-color: #8FACC3; }
a { background-color: rgb(143,172,195); }
div.DivClassName
{
background-color: #8FACC3;
}
.BgClassName
{
background-color: #8FACC3;
}
</style>
border-color css
<style>
span { border-color: #8FACC3; }
span { border-color: rgb(143,172,195); }
td.TdClassName
{
border-color: #8FACC3;
}
.TagClassName
{
border-color: #8FACC3;
}
</style>