Shades of Nepal #8DABBE
Tints of Nepal #8DABBE
RGB
CMYK
RGB Variations
Color information
#8DABBE (or 0x8DABBE) is known color: Nepal. HEX triplet: 8D, AB and BE. RGB value is (141,171,190). Sum of RGB (Red+Green+Blue) = 141+171+190=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABBE is #725441. Grayscale: #A4A4A4. Windows color (decimal): -7492674 or 12495757. OLE color: 12495757.
HSL color Cylindrical-coordinate representation of color #8DABBE: hue angle of 203.27º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DABBE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 171 | 190 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.25 |
| HSL | 203.27º | 0.27% | 0.65% | - |
| HSV(B) | 203.27º | 0.26% | 0.75% | - |
| XYZ | 34.84 | 38.51 | 54.31 | - |
| YUV | 164.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 190 | 0.26 | 0.10 | 0 | 0.25 | 203.27 | 0.27 | 0.65 |
| Hex | 8D | AB | BE | 1A | A | 0 | 19 | CB | 1B | 41 |
| Octal | 215 | 253 | 276 | 32 | 12 | 0 | 31 | 313 | 33 | 101 |
| Binary | 10001101 | 10101011 | 10111110 | 11010 | 1010 | 0 | 11001 | 11001011 | 11011 | 1000001 |
Color Harmonies of #8DABBE
Complementary color
Monochromatic Colors of #8DABBE
Black with #8DABBE
Text Example
Text Example
White with #8DABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABBE; }
p { color: rgb(141,171,190); }
H1.HeaderClassName
{
color: #8DABBE;
}
.AnyTagClassName
{
color: #8DABBE;
}
</style>
background-color css
<style>
a { background-color: #8DABBE; }
a { background-color: rgb(141,171,190); }
div.DivClassName
{
background-color: #8DABBE;
}
.BgClassName
{
background-color: #8DABBE;
}
</style>
border-color css
<style>
span { border-color: #8DABBE; }
span { border-color: rgb(141,171,190); }
td.TdClassName
{
border-color: #8DABBE;
}
.TagClassName
{
border-color: #8DABBE;
}
</style>