Shades of Nepal #8EAAC2
Tints of Nepal #8EAAC2
RGB
CMYK
RGB Variations
Color information
#8EAAC2 (or 0x8EAAC2) is known color: Nepal. HEX triplet: 8E, AA and C2. RGB value is (142,170,194). Sum of RGB (Red+Green+Blue) = 142+170+194=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #8EAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAAC2 is #71553D. Grayscale: #A4A4A4. Windows color (decimal): -7427390 or 12757646. OLE color: 12757646.
HSL color Cylindrical-coordinate representation of color #8EAAC2: hue angle of 207.69º 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 #8EAAC2 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 170 | 194 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.24 |
| HSL | 207.69º | 0.3% | 0.66% | - |
| HSV(B) | 207.69º | 0.27% | 0.76% | - |
| XYZ | 35.27 | 38.4 | 56.59 | - |
| YUV | 164.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 194 | 0.27 | 0.12 | 0 | 0.24 | 207.69 | 0.3 | 0.66 |
| Hex | 8E | AA | C2 | 1B | C | 0 | 18 | D0 | 1E | 42 |
| Octal | 216 | 252 | 302 | 33 | 14 | 0 | 30 | 320 | 36 | 102 |
| Binary | 10001110 | 10101010 | 11000010 | 11011 | 1100 | 0 | 11000 | 11010000 | 11110 | 1000010 |
Color Harmonies of #8EAAC2
Complementary color
Monochromatic Colors of #8EAAC2
Black with #8EAAC2
Text Example
Text Example
White with #8EAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAAC2; }
p { color: rgb(142,170,194); }
H1.HeaderClassName
{
color: #8EAAC2;
}
.AnyTagClassName
{
color: #8EAAC2;
}
</style>
background-color css
<style>
a { background-color: #8EAAC2; }
a { background-color: rgb(142,170,194); }
div.DivClassName
{
background-color: #8EAAC2;
}
.BgClassName
{
background-color: #8EAAC2;
}
</style>
border-color css
<style>
span { border-color: #8EAAC2; }
span { border-color: rgb(142,170,194); }
td.TdClassName
{
border-color: #8EAAC2;
}
.TagClassName
{
border-color: #8EAAC2;
}
</style>