Shades of Nepal #8CB5CA
Tints of Nepal #8CB5CA
RGB
CMYK
RGB Variations
Color information
#8CB5CA (or 0x8CB5CA) is known color: Nepal. HEX triplet: 8C, B5 and CA. RGB value is (140,181,202). Sum of RGB (Red+Green+Blue) = 140+181+202=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 181 (71.09% from 255 or 34.61% 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 #8CB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB5CA is #734A35. Grayscale: #ABABAB. Windows color (decimal): -7555638 or 13284748. OLE color: 13284748.
HSL color Cylindrical-coordinate representation of color #8CB5CA: hue angle of 200.32º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB5CA is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 181 | 202 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.21 |
| HSL | 200.32º | 0.37% | 0.67% | - |
| HSV(B) | 200.32º | 0.31% | 0.79% | - |
| XYZ | 38 | 42.89 | 62.15 | - |
| YUV | 171.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 202 | 0.31 | 0.10 | 0 | 0.21 | 200.32 | 0.37 | 0.67 |
| Hex | 8C | B5 | CA | 1F | A | 0 | 15 | C8 | 25 | 43 |
| Octal | 214 | 265 | 312 | 37 | 12 | 0 | 25 | 310 | 45 | 103 |
| Binary | 10001100 | 10110101 | 11001010 | 11111 | 1010 | 0 | 10101 | 11001000 | 100101 | 1000011 |
Color Harmonies of #8CB5CA
Complementary color
Monochromatic Colors of #8CB5CA
Black with #8CB5CA
Text Example
Text Example
White with #8CB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB5CA; }
p { color: rgb(140,181,202); }
H1.HeaderClassName
{
color: #8CB5CA;
}
.AnyTagClassName
{
color: #8CB5CA;
}
</style>
background-color css
<style>
a { background-color: #8CB5CA; }
a { background-color: rgb(140,181,202); }
div.DivClassName
{
background-color: #8CB5CA;
}
.BgClassName
{
background-color: #8CB5CA;
}
</style>
border-color css
<style>
span { border-color: #8CB5CA; }
span { border-color: rgb(140,181,202); }
td.TdClassName
{
border-color: #8CB5CA;
}
.TagClassName
{
border-color: #8CB5CA;
}
</style>