Shades of Nepal #84A9C2
Tints of Nepal #84A9C2
RGB
CMYK
RGB Variations
Color information
#84A9C2 (or 0x84A9C2) is known color: Nepal. HEX triplet: 84, A9 and C2. RGB value is (132,169,194). Sum of RGB (Red+Green+Blue) = 132+169+194=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #84A9C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A9C2 is #7B563D. Grayscale: #A0A0A0. Windows color (decimal): -8083006 or 12757380. OLE color: 12757380.
HSL color Cylindrical-coordinate representation of color #84A9C2: hue angle of 204.19º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84A9C2 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 169 | 194 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.24 |
| HSL | 204.19º | 0.34% | 0.64% | - |
| HSV(B) | 204.19º | 0.32% | 0.76% | - |
| XYZ | 33.44 | 37.18 | 56.45 | - |
| YUV | 160.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 194 | 0.32 | 0.13 | 0 | 0.24 | 204.19 | 0.34 | 0.64 |
| Hex | 84 | A9 | C2 | 20 | D | 0 | 18 | CC | 22 | 40 |
| Octal | 204 | 251 | 302 | 40 | 15 | 0 | 30 | 314 | 42 | 100 |
| Binary | 10000100 | 10101001 | 11000010 | 100000 | 1101 | 0 | 11000 | 11001100 | 100010 | 1000000 |
Color Harmonies of #84A9C2
Complementary color
Monochromatic Colors of #84A9C2
Black with #84A9C2
Text Example
Text Example
White with #84A9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A9C2; }
p { color: rgb(132,169,194); }
H1.HeaderClassName
{
color: #84A9C2;
}
.AnyTagClassName
{
color: #84A9C2;
}
</style>
background-color css
<style>
a { background-color: #84A9C2; }
a { background-color: rgb(132,169,194); }
div.DivClassName
{
background-color: #84A9C2;
}
.BgClassName
{
background-color: #84A9C2;
}
</style>
border-color css
<style>
span { border-color: #84A9C2; }
span { border-color: rgb(132,169,194); }
td.TdClassName
{
border-color: #84A9C2;
}
.TagClassName
{
border-color: #84A9C2;
}
</style>