Shades of Nepal #8EB4C3
Tints of Nepal #8EB4C3
RGB
CMYK
RGB Variations
Color information
#8EB4C3 (or 0x8EB4C3) is known color: Nepal. HEX triplet: 8E, B4 and C3. RGB value is (142,180,195). Sum of RGB (Red+Green+Blue) = 142+180+195=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #8EB4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB4C3 is #714B3C. Grayscale: #AAAAAA. Windows color (decimal): -7424829 or 12825742. OLE color: 12825742.
HSL color Cylindrical-coordinate representation of color #8EB4C3: hue angle of 196.98º 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 #8EB4C3 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 180 | 195 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.24 |
| HSL | 196.98º | 0.31% | 0.66% | - |
| HSV(B) | 196.98º | 0.27% | 0.76% | - |
| XYZ | 37.33 | 42.33 | 57.83 | - |
| YUV | 170.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 180 | 195 | 0.27 | 0.08 | 0 | 0.24 | 196.98 | 0.31 | 0.66 |
| Hex | 8E | B4 | C3 | 1B | 8 | 0 | 18 | C5 | 1F | 42 |
| Octal | 216 | 264 | 303 | 33 | 10 | 0 | 30 | 305 | 37 | 102 |
| Binary | 10001110 | 10110100 | 11000011 | 11011 | 1000 | 0 | 11000 | 11000101 | 11111 | 1000010 |
Color Harmonies of #8EB4C3
Complementary color
Monochromatic Colors of #8EB4C3
Black with #8EB4C3
Text Example
Text Example
White with #8EB4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB4C3; }
p { color: rgb(142,180,195); }
H1.HeaderClassName
{
color: #8EB4C3;
}
.AnyTagClassName
{
color: #8EB4C3;
}
</style>
background-color css
<style>
a { background-color: #8EB4C3; }
a { background-color: rgb(142,180,195); }
div.DivClassName
{
background-color: #8EB4C3;
}
.BgClassName
{
background-color: #8EB4C3;
}
</style>
border-color css
<style>
span { border-color: #8EB4C3; }
span { border-color: rgb(142,180,195); }
td.TdClassName
{
border-color: #8EB4C3;
}
.TagClassName
{
border-color: #8EB4C3;
}
</style>