Shades of Nepal #8EAFC3
Tints of Nepal #8EAFC3
RGB
CMYK
RGB Variations
Color information
#8EAFC3 (or 0x8EAFC3) is known color: Nepal. HEX triplet: 8E, AF and C3. RGB value is (142,175,195). Sum of RGB (Red+Green+Blue) = 142+175+195=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #8EAFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFC3 is #71503C. Grayscale: #A7A7A7. Windows color (decimal): -7426109 or 12824462. OLE color: 12824462.
HSL color Cylindrical-coordinate representation of color #8EAFC3: hue angle of 202.64º 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 #8EAFC3 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 175 | 195 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.24 |
| HSL | 202.64º | 0.31% | 0.66% | - |
| HSV(B) | 202.64º | 0.27% | 0.76% | - |
| XYZ | 36.34 | 40.35 | 57.5 | - |
| YUV | 167.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 195 | 0.27 | 0.10 | 0 | 0.24 | 202.64 | 0.31 | 0.66 |
| Hex | 8E | AF | C3 | 1B | A | 0 | 18 | CB | 1F | 42 |
| Octal | 216 | 257 | 303 | 33 | 12 | 0 | 30 | 313 | 37 | 102 |
| Binary | 10001110 | 10101111 | 11000011 | 11011 | 1010 | 0 | 11000 | 11001011 | 11111 | 1000010 |
Color Harmonies of #8EAFC3
Complementary color
Monochromatic Colors of #8EAFC3
Black with #8EAFC3
Text Example
Text Example
White with #8EAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAFC3; }
p { color: rgb(142,175,195); }
H1.HeaderClassName
{
color: #8EAFC3;
}
.AnyTagClassName
{
color: #8EAFC3;
}
</style>
background-color css
<style>
a { background-color: #8EAFC3; }
a { background-color: rgb(142,175,195); }
div.DivClassName
{
background-color: #8EAFC3;
}
.BgClassName
{
background-color: #8EAFC3;
}
</style>
border-color css
<style>
span { border-color: #8EAFC3; }
span { border-color: rgb(142,175,195); }
td.TdClassName
{
border-color: #8EAFC3;
}
.TagClassName
{
border-color: #8EAFC3;
}
</style>