Shades of Nepal #84AABB
Tints of Nepal #84AABB
RGB
CMYK
RGB Variations
Color information
#84AABB (or 0x84AABB) is known color: Nepal. HEX triplet: 84, AA and BB. RGB value is (132,170,187). Sum of RGB (Red+Green+Blue) = 132+170+187=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #84AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AABB is #7B5544. Grayscale: #A0A0A0. Windows color (decimal): -8082757 or 12298884. OLE color: 12298884.
HSL color Cylindrical-coordinate representation of color #84AABB: hue angle of 198.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84AABB is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 170 | 187 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.27 |
| HSL | 198.55º | 0.29% | 0.63% | - |
| HSV(B) | 198.55º | 0.29% | 0.73% | - |
| XYZ | 32.86 | 37.24 | 52.47 | - |
| YUV | 160.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 187 | 0.29 | 0.09 | 0 | 0.27 | 198.55 | 0.29 | 0.63 |
| Hex | 84 | AA | BB | 1D | 9 | 0 | 1B | C7 | 1D | 3F |
| Octal | 204 | 252 | 273 | 35 | 11 | 0 | 33 | 307 | 35 | 77 |
| Binary | 10000100 | 10101010 | 10111011 | 11101 | 1001 | 0 | 11011 | 11000111 | 11101 | 111111 |
Color Harmonies of #84AABB
Complementary color
Monochromatic Colors of #84AABB
Black with #84AABB
Text Example
Text Example
White with #84AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AABB; }
p { color: rgb(132,170,187); }
H1.HeaderClassName
{
color: #84AABB;
}
.AnyTagClassName
{
color: #84AABB;
}
</style>
background-color css
<style>
a { background-color: #84AABB; }
a { background-color: rgb(132,170,187); }
div.DivClassName
{
background-color: #84AABB;
}
.BgClassName
{
background-color: #84AABB;
}
</style>
border-color css
<style>
span { border-color: #84AABB; }
span { border-color: rgb(132,170,187); }
td.TdClassName
{
border-color: #84AABB;
}
.TagClassName
{
border-color: #84AABB;
}
</style>