Shades of Nepal #8EAEC6
Tints of Nepal #8EAEC6
RGB
CMYK
RGB Variations
Color information
#8EAEC6 (or 0x8EAEC6) is known color: Nepal. HEX triplet: 8E, AE and C6. RGB value is (142,174,198). Sum of RGB (Red+Green+Blue) = 142+174+198=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 198 - color contains mainly: blue. Hex color #8EAEC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAEC6 is #715139. Grayscale: #A7A7A7. Windows color (decimal): -7426362 or 13020814. OLE color: 13020814.
HSL color Cylindrical-coordinate representation of color #8EAEC6: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EAEC6 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 174 | 198 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.22 |
| HSL | 205.71º | 0.33% | 0.67% | - |
| HSV(B) | 205.71º | 0.28% | 0.78% | - |
| XYZ | 36.48 | 40.1 | 59.24 | - |
| YUV | 167.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 198 | 0.28 | 0.12 | 0 | 0.22 | 205.71 | 0.33 | 0.67 |
| Hex | 8E | AE | C6 | 1C | C | 0 | 16 | CE | 21 | 43 |
| Octal | 216 | 256 | 306 | 34 | 14 | 0 | 26 | 316 | 41 | 103 |
| Binary | 10001110 | 10101110 | 11000110 | 11100 | 1100 | 0 | 10110 | 11001110 | 100001 | 1000011 |
Color Harmonies of #8EAEC6
Complementary color
Monochromatic Colors of #8EAEC6
Black with #8EAEC6
Text Example
Text Example
White with #8EAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAEC6; }
p { color: rgb(142,174,198); }
H1.HeaderClassName
{
color: #8EAEC6;
}
.AnyTagClassName
{
color: #8EAEC6;
}
</style>
background-color css
<style>
a { background-color: #8EAEC6; }
a { background-color: rgb(142,174,198); }
div.DivClassName
{
background-color: #8EAEC6;
}
.BgClassName
{
background-color: #8EAEC6;
}
</style>
border-color css
<style>
span { border-color: #8EAEC6; }
span { border-color: rgb(142,174,198); }
td.TdClassName
{
border-color: #8EAEC6;
}
.TagClassName
{
border-color: #8EAEC6;
}
</style>