Shades of Nepal #8DB4C9
Tints of Nepal #8DB4C9
RGB
CMYK
RGB Variations
Color information
#8DB4C9 (or 0x8DB4C9) is known color: Nepal. HEX triplet: 8D, B4 and C9. RGB value is (141,180,201). Sum of RGB (Red+Green+Blue) = 141+180+201=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #8DB4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB4C9 is #724B36. Grayscale: #AAAAAA. Windows color (decimal): -7490359 or 13218957. OLE color: 13218957.
HSL color Cylindrical-coordinate representation of color #8DB4C9: hue angle of 201º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DB4C9 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 180 | 201 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.21 |
| HSL | 201º | 0.36% | 0.67% | - |
| HSV(B) | 201º | 0.3% | 0.79% | - |
| XYZ | 37.85 | 42.52 | 61.47 | - |
| YUV | 170.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 201 | 0.30 | 0.10 | 0 | 0.21 | 201 | 0.36 | 0.67 |
| Hex | 8D | B4 | C9 | 1E | A | 0 | 15 | C9 | 24 | 43 |
| Octal | 215 | 264 | 311 | 36 | 12 | 0 | 25 | 311 | 44 | 103 |
| Binary | 10001101 | 10110100 | 11001001 | 11110 | 1010 | 0 | 10101 | 11001001 | 100100 | 1000011 |
Color Harmonies of #8DB4C9
Complementary color
Monochromatic Colors of #8DB4C9
Black with #8DB4C9
Text Example
Text Example
White with #8DB4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4C9; }
p { color: rgb(141,180,201); }
H1.HeaderClassName
{
color: #8DB4C9;
}
.AnyTagClassName
{
color: #8DB4C9;
}
</style>
background-color css
<style>
a { background-color: #8DB4C9; }
a { background-color: rgb(141,180,201); }
div.DivClassName
{
background-color: #8DB4C9;
}
.BgClassName
{
background-color: #8DB4C9;
}
</style>
border-color css
<style>
span { border-color: #8DB4C9; }
span { border-color: rgb(141,180,201); }
td.TdClassName
{
border-color: #8DB4C9;
}
.TagClassName
{
border-color: #8DB4C9;
}
</style>