Shades of Nepal #8DAEC3
Tints of Nepal #8DAEC3
RGB
CMYK
RGB Variations
Color information
#8DAEC3 (or 0x8DAEC3) is known color: Nepal. HEX triplet: 8D, AE and C3. RGB value is (141,174,195). Sum of RGB (Red+Green+Blue) = 141+174+195=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #8DAEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEC3 is #72513C. Grayscale: #A6A6A6. Windows color (decimal): -7491901 or 12824205. OLE color: 12824205.
HSL color Cylindrical-coordinate representation of color #8DAEC3: hue angle of 203.33º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DAEC3 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 174 | 195 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.24 |
| HSL | 203.33º | 0.31% | 0.66% | - |
| HSV(B) | 203.33º | 0.28% | 0.76% | - |
| XYZ | 35.97 | 39.87 | 57.43 | - |
| YUV | 166.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 195 | 0.28 | 0.11 | 0 | 0.24 | 203.33 | 0.31 | 0.66 |
| Hex | 8D | AE | C3 | 1C | B | 0 | 18 | CB | 1F | 42 |
| Octal | 215 | 256 | 303 | 34 | 13 | 0 | 30 | 313 | 37 | 102 |
| Binary | 10001101 | 10101110 | 11000011 | 11100 | 1011 | 0 | 11000 | 11001011 | 11111 | 1000010 |
Color Harmonies of #8DAEC3
Complementary color
Monochromatic Colors of #8DAEC3
Black with #8DAEC3
Text Example
Text Example
White with #8DAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAEC3; }
p { color: rgb(141,174,195); }
H1.HeaderClassName
{
color: #8DAEC3;
}
.AnyTagClassName
{
color: #8DAEC3;
}
</style>
background-color css
<style>
a { background-color: #8DAEC3; }
a { background-color: rgb(141,174,195); }
div.DivClassName
{
background-color: #8DAEC3;
}
.BgClassName
{
background-color: #8DAEC3;
}
</style>
border-color css
<style>
span { border-color: #8DAEC3; }
span { border-color: rgb(141,174,195); }
td.TdClassName
{
border-color: #8DAEC3;
}
.TagClassName
{
border-color: #8DAEC3;
}
</style>