Shades of Nepal #84AABF
Tints of Nepal #84AABF
RGB
CMYK
RGB Variations
Color information
#84AABF (or 0x84AABF) is known color: Nepal. HEX triplet: 84, AA and BF. RGB value is (132,170,191). Sum of RGB (Red+Green+Blue) = 132+170+191=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #84AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AABF is #7B5540. Grayscale: #A0A0A0. Windows color (decimal): -8082753 or 12561028. OLE color: 12561028.
HSL color Cylindrical-coordinate representation of color #84AABF: hue angle of 201.36º 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 #84AABF is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 170 | 191 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.25 |
| HSL | 201.36º | 0.32% | 0.63% | - |
| HSV(B) | 201.36º | 0.31% | 0.75% | - |
| XYZ | 33.29 | 37.42 | 54.76 | - |
| YUV | 161.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 191 | 0.31 | 0.11 | 0 | 0.25 | 201.36 | 0.32 | 0.63 |
| Hex | 84 | AA | BF | 1F | B | 0 | 19 | C9 | 20 | 3F |
| Octal | 204 | 252 | 277 | 37 | 13 | 0 | 31 | 311 | 40 | 77 |
| Binary | 10000100 | 10101010 | 10111111 | 11111 | 1011 | 0 | 11001 | 11001001 | 100000 | 111111 |
Color Harmonies of #84AABF
Complementary color
Monochromatic Colors of #84AABF
Black with #84AABF
Text Example
Text Example
White with #84AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AABF; }
p { color: rgb(132,170,191); }
H1.HeaderClassName
{
color: #84AABF;
}
.AnyTagClassName
{
color: #84AABF;
}
</style>
background-color css
<style>
a { background-color: #84AABF; }
a { background-color: rgb(132,170,191); }
div.DivClassName
{
background-color: #84AABF;
}
.BgClassName
{
background-color: #84AABF;
}
</style>
border-color css
<style>
span { border-color: #84AABF; }
span { border-color: rgb(132,170,191); }
td.TdClassName
{
border-color: #84AABF;
}
.TagClassName
{
border-color: #84AABF;
}
</style>