Shades of Nepal #84AAC1
Tints of Nepal #84AAC1
RGB
CMYK
RGB Variations
Color information
#84AAC1 (or 0x84AAC1) is known color: Nepal. HEX triplet: 84, AA and C1. RGB value is (132,170,193). Sum of RGB (Red+Green+Blue) = 132+170+193=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #84AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAC1 is #7B553E. Grayscale: #A1A1A1. Windows color (decimal): -8082751 or 12692100. OLE color: 12692100.
HSL color Cylindrical-coordinate representation of color #84AAC1: hue angle of 202.62º degrees, saturation: 0.33, 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 #84AAC1 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 170 | 193 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.24 |
| HSL | 202.62º | 0.33% | 0.64% | - |
| HSV(B) | 202.62º | 0.32% | 0.76% | - |
| XYZ | 33.52 | 37.51 | 55.92 | - |
| YUV | 161.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 193 | 0.32 | 0.12 | 0 | 0.24 | 202.62 | 0.33 | 0.64 |
| Hex | 84 | AA | C1 | 20 | C | 0 | 18 | CB | 21 | 40 |
| Octal | 204 | 252 | 301 | 40 | 14 | 0 | 30 | 313 | 41 | 100 |
| Binary | 10000100 | 10101010 | 11000001 | 100000 | 1100 | 0 | 11000 | 11001011 | 100001 | 1000000 |
Color Harmonies of #84AAC1
Complementary color
Monochromatic Colors of #84AAC1
Black with #84AAC1
Text Example
Text Example
White with #84AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AAC1; }
p { color: rgb(132,170,193); }
H1.HeaderClassName
{
color: #84AAC1;
}
.AnyTagClassName
{
color: #84AAC1;
}
</style>
background-color css
<style>
a { background-color: #84AAC1; }
a { background-color: rgb(132,170,193); }
div.DivClassName
{
background-color: #84AAC1;
}
.BgClassName
{
background-color: #84AAC1;
}
</style>
border-color css
<style>
span { border-color: #84AAC1; }
span { border-color: rgb(132,170,193); }
td.TdClassName
{
border-color: #84AAC1;
}
.TagClassName
{
border-color: #84AAC1;
}
</style>