Shades of Nepal #8DABBC
Tints of Nepal #8DABBC
RGB
CMYK
RGB Variations
Color information
#8DABBC (or 0x8DABBC) is known color: Nepal. HEX triplet: 8D, AB and BC. RGB value is (141,171,188). Sum of RGB (Red+Green+Blue) = 141+171+188=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABBC is #725443. Grayscale: #A3A3A3. Windows color (decimal): -7492676 or 12364685. OLE color: 12364685.
HSL color Cylindrical-coordinate representation of color #8DABBC: hue angle of 201.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DABBC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 171 | 188 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.26 |
| HSL | 201.7º | 0.26% | 0.65% | - |
| HSV(B) | 201.7º | 0.25% | 0.74% | - |
| XYZ | 34.62 | 38.42 | 53.17 | - |
| YUV | 163.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 188 | 0.25 | 0.09 | 0 | 0.26 | 201.7 | 0.26 | 0.65 |
| Hex | 8D | AB | BC | 19 | 9 | 0 | 1A | CA | 1A | 41 |
| Octal | 215 | 253 | 274 | 31 | 11 | 0 | 32 | 312 | 32 | 101 |
| Binary | 10001101 | 10101011 | 10111100 | 11001 | 1001 | 0 | 11010 | 11001010 | 11010 | 1000001 |
Color Harmonies of #8DABBC
Complementary color
Monochromatic Colors of #8DABBC
Black with #8DABBC
Text Example
Text Example
White with #8DABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABBC; }
p { color: rgb(141,171,188); }
H1.HeaderClassName
{
color: #8DABBC;
}
.AnyTagClassName
{
color: #8DABBC;
}
</style>
background-color css
<style>
a { background-color: #8DABBC; }
a { background-color: rgb(141,171,188); }
div.DivClassName
{
background-color: #8DABBC;
}
.BgClassName
{
background-color: #8DABBC;
}
</style>
border-color css
<style>
span { border-color: #8DABBC; }
span { border-color: rgb(141,171,188); }
td.TdClassName
{
border-color: #8DABBC;
}
.TagClassName
{
border-color: #8DABBC;
}
</style>