Shades of Nepal #84A8BF
Tints of Nepal #84A8BF
RGB
CMYK
RGB Variations
Color information
#84A8BF (or 0x84A8BF) is known color: Nepal. HEX triplet: 84, A8 and BF. RGB value is (132,168,191). Sum of RGB (Red+Green+Blue) = 132+168+191=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #84A8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8BF is #7B5740. Grayscale: #9F9F9F. Windows color (decimal): -8083265 or 12560516. OLE color: 12560516.
HSL color Cylindrical-coordinate representation of color #84A8BF: hue angle of 203.39º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84A8BF is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 168 | 191 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.25 |
| HSL | 203.39º | 0.32% | 0.63% | - |
| HSV(B) | 203.39º | 0.31% | 0.75% | - |
| XYZ | 32.92 | 36.67 | 54.63 | - |
| YUV | 159.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 191 | 0.31 | 0.12 | 0 | 0.25 | 203.39 | 0.32 | 0.63 |
| Hex | 84 | A8 | BF | 1F | C | 0 | 19 | CB | 20 | 3F |
| Octal | 204 | 250 | 277 | 37 | 14 | 0 | 31 | 313 | 40 | 77 |
| Binary | 10000100 | 10101000 | 10111111 | 11111 | 1100 | 0 | 11001 | 11001011 | 100000 | 111111 |
Color Harmonies of #84A8BF
Complementary color
Monochromatic Colors of #84A8BF
Black with #84A8BF
Text Example
Text Example
White with #84A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8BF; }
p { color: rgb(132,168,191); }
H1.HeaderClassName
{
color: #84A8BF;
}
.AnyTagClassName
{
color: #84A8BF;
}
</style>
background-color css
<style>
a { background-color: #84A8BF; }
a { background-color: rgb(132,168,191); }
div.DivClassName
{
background-color: #84A8BF;
}
.BgClassName
{
background-color: #84A8BF;
}
</style>
border-color css
<style>
span { border-color: #84A8BF; }
span { border-color: rgb(132,168,191); }
td.TdClassName
{
border-color: #84A8BF;
}
.TagClassName
{
border-color: #84A8BF;
}
</style>