Shades of Nepal #8DB4CA
Tints of Nepal #8DB4CA
RGB
CMYK
RGB Variations
Color information
#8DB4CA (or 0x8DB4CA) is known color: Nepal. HEX triplet: 8D, B4 and CA. RGB value is (141,180,202). Sum of RGB (Red+Green+Blue) = 141+180+202=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DB4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB4CA is #724B35. Grayscale: #AAAAAA. Windows color (decimal): -7490358 or 13284493. OLE color: 13284493.
HSL color Cylindrical-coordinate representation of color #8DB4CA: hue angle of 201.64º degrees, saturation: 0.37, 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 #8DB4CA is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 180 | 202 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.21 |
| HSL | 201.64º | 0.37% | 0.67% | - |
| HSV(B) | 201.64º | 0.3% | 0.79% | - |
| XYZ | 37.97 | 42.57 | 62.09 | - |
| YUV | 170.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 202 | 0.30 | 0.11 | 0 | 0.21 | 201.64 | 0.37 | 0.67 |
| Hex | 8D | B4 | CA | 1E | B | 0 | 15 | CA | 25 | 43 |
| Octal | 215 | 264 | 312 | 36 | 13 | 0 | 25 | 312 | 45 | 103 |
| Binary | 10001101 | 10110100 | 11001010 | 11110 | 1011 | 0 | 10101 | 11001010 | 100101 | 1000011 |
Color Harmonies of #8DB4CA
Complementary color
Monochromatic Colors of #8DB4CA
Black with #8DB4CA
Text Example
Text Example
White with #8DB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4CA; }
p { color: rgb(141,180,202); }
H1.HeaderClassName
{
color: #8DB4CA;
}
.AnyTagClassName
{
color: #8DB4CA;
}
</style>
background-color css
<style>
a { background-color: #8DB4CA; }
a { background-color: rgb(141,180,202); }
div.DivClassName
{
background-color: #8DB4CA;
}
.BgClassName
{
background-color: #8DB4CA;
}
</style>
border-color css
<style>
span { border-color: #8DB4CA; }
span { border-color: rgb(141,180,202); }
td.TdClassName
{
border-color: #8DB4CA;
}
.TagClassName
{
border-color: #8DB4CA;
}
</style>