Shades of Nepal #8EACC3
Tints of Nepal #8EACC3
RGB
CMYK
RGB Variations
Color information
#8EACC3 (or 0x8EACC3) is known color: Nepal. HEX triplet: 8E, AC and C3. RGB value is (142,172,195). Sum of RGB (Red+Green+Blue) = 142+172+195=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: blue. Hex color #8EACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACC3 is #71533C. Grayscale: #A5A5A5. Windows color (decimal): -7426877 or 12823694. OLE color: 12823694.
HSL color Cylindrical-coordinate representation of color #8EACC3: hue angle of 206.04º degrees, saturation: 0.31, 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 #8EACC3 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 172 | 195 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.24 |
| HSL | 206.04º | 0.31% | 0.66% | - |
| HSV(B) | 206.04º | 0.27% | 0.76% | - |
| XYZ | 35.76 | 39.2 | 57.31 | - |
| YUV | 165.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 195 | 0.27 | 0.12 | 0 | 0.24 | 206.04 | 0.31 | 0.66 |
| Hex | 8E | AC | C3 | 1B | C | 0 | 18 | CE | 1F | 42 |
| Octal | 216 | 254 | 303 | 33 | 14 | 0 | 30 | 316 | 37 | 102 |
| Binary | 10001110 | 10101100 | 11000011 | 11011 | 1100 | 0 | 11000 | 11001110 | 11111 | 1000010 |
Color Harmonies of #8EACC3
Complementary color
Monochromatic Colors of #8EACC3
Black with #8EACC3
Text Example
Text Example
White with #8EACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACC3; }
p { color: rgb(142,172,195); }
H1.HeaderClassName
{
color: #8EACC3;
}
.AnyTagClassName
{
color: #8EACC3;
}
</style>
background-color css
<style>
a { background-color: #8EACC3; }
a { background-color: rgb(142,172,195); }
div.DivClassName
{
background-color: #8EACC3;
}
.BgClassName
{
background-color: #8EACC3;
}
</style>
border-color css
<style>
span { border-color: #8EACC3; }
span { border-color: rgb(142,172,195); }
td.TdClassName
{
border-color: #8EACC3;
}
.TagClassName
{
border-color: #8EACC3;
}
</style>