Shades of Nepal #84A9BA
Tints of Nepal #84A9BA
RGB
CMYK
RGB Variations
Color information
#84A9BA (or 0x84A9BA) is known color: Nepal. HEX triplet: 84, A9 and BA. RGB value is (132,169,186). Sum of RGB (Red+Green+Blue) = 132+169+186=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #84A9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A9BA is #7B5645. Grayscale: #9F9F9F. Windows color (decimal): -8083014 or 12233092. OLE color: 12233092.
HSL color Cylindrical-coordinate representation of color #84A9BA: hue angle of 198.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A9BA is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 169 | 186 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.27 |
| HSL | 198.89º | 0.28% | 0.62% | - |
| HSV(B) | 198.89º | 0.29% | 0.73% | - |
| XYZ | 32.57 | 36.83 | 51.85 | - |
| YUV | 159.88 | 142.74 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 186 | 0.29 | 0.09 | 0 | 0.27 | 198.89 | 0.28 | 0.62 |
| Hex | 84 | A9 | BA | 1D | 9 | 0 | 1B | C7 | 1C | 3E |
| Octal | 204 | 251 | 272 | 35 | 11 | 0 | 33 | 307 | 34 | 76 |
| Binary | 10000100 | 10101001 | 10111010 | 11101 | 1001 | 0 | 11011 | 11000111 | 11100 | 111110 |
Color Harmonies of #84A9BA
Complementary color
Monochromatic Colors of #84A9BA
Black with #84A9BA
Text Example
Text Example
White with #84A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A9BA; }
p { color: rgb(132,169,186); }
H1.HeaderClassName
{
color: #84A9BA;
}
.AnyTagClassName
{
color: #84A9BA;
}
</style>
background-color css
<style>
a { background-color: #84A9BA; }
a { background-color: rgb(132,169,186); }
div.DivClassName
{
background-color: #84A9BA;
}
.BgClassName
{
background-color: #84A9BA;
}
</style>
border-color css
<style>
span { border-color: #84A9BA; }
span { border-color: rgb(132,169,186); }
td.TdClassName
{
border-color: #84A9BA;
}
.TagClassName
{
border-color: #84A9BA;
}
</style>