Shades of Nepal #8DADBB
Tints of Nepal #8DADBB
RGB
CMYK
RGB Variations
Color information
#8DADBB (or 0x8DADBB) is known color: Nepal. HEX triplet: 8D, AD and BB. RGB value is (141,173,187). Sum of RGB (Red+Green+Blue) = 141+173+187=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADBB is #725244. Grayscale: #A4A4A4. Windows color (decimal): -7492165 or 12299661. OLE color: 12299661.
HSL color Cylindrical-coordinate representation of color #8DADBB: hue angle of 198.26º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DADBB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 173 | 187 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.27 |
| HSL | 198.26º | 0.25% | 0.64% | - |
| HSV(B) | 198.26º | 0.25% | 0.73% | - |
| XYZ | 34.9 | 39.14 | 52.73 | - |
| YUV | 165.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 187 | 0.25 | 0.07 | 0 | 0.27 | 198.26 | 0.25 | 0.64 |
| Hex | 8D | AD | BB | 19 | 7 | 0 | 1B | C6 | 19 | 40 |
| Octal | 215 | 255 | 273 | 31 | 7 | 0 | 33 | 306 | 31 | 100 |
| Binary | 10001101 | 10101101 | 10111011 | 11001 | 111 | 0 | 11011 | 11000110 | 11001 | 1000000 |
Color Harmonies of #8DADBB
Complementary color
Monochromatic Colors of #8DADBB
Black with #8DADBB
Text Example
Text Example
White with #8DADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADBB; }
p { color: rgb(141,173,187); }
H1.HeaderClassName
{
color: #8DADBB;
}
.AnyTagClassName
{
color: #8DADBB;
}
</style>
background-color css
<style>
a { background-color: #8DADBB; }
a { background-color: rgb(141,173,187); }
div.DivClassName
{
background-color: #8DADBB;
}
.BgClassName
{
background-color: #8DADBB;
}
</style>
border-color css
<style>
span { border-color: #8DADBB; }
span { border-color: rgb(141,173,187); }
td.TdClassName
{
border-color: #8DADBB;
}
.TagClassName
{
border-color: #8DADBB;
}
</style>