Shades of Nepal #84ACC4
Tints of Nepal #84ACC4
RGB
CMYK
RGB Variations
Color information
#84ACC4 (or 0x84ACC4) is known color: Nepal. HEX triplet: 84, AC and C4. RGB value is (132,172,196). Sum of RGB (Red+Green+Blue) = 132+172+196=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #84ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACC4 is #7B533B. Grayscale: #A2A2A2. Windows color (decimal): -8082236 or 12889220. OLE color: 12889220.
HSL color Cylindrical-coordinate representation of color #84ACC4: hue angle of 202.5º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84ACC4 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 172 | 196 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.23 |
| HSL | 202.5º | 0.35% | 0.64% | - |
| HSV(B) | 202.5º | 0.33% | 0.77% | - |
| XYZ | 34.23 | 38.4 | 57.83 | - |
| YUV | 162.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 196 | 0.33 | 0.12 | 0 | 0.23 | 202.5 | 0.35 | 0.64 |
| Hex | 84 | AC | C4 | 21 | C | 0 | 17 | CA | 23 | 40 |
| Octal | 204 | 254 | 304 | 41 | 14 | 0 | 27 | 312 | 43 | 100 |
| Binary | 10000100 | 10101100 | 11000100 | 100001 | 1100 | 0 | 10111 | 11001010 | 100011 | 1000000 |
Color Harmonies of #84ACC4
Complementary color
Monochromatic Colors of #84ACC4
Black with #84ACC4
Text Example
Text Example
White with #84ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACC4; }
p { color: rgb(132,172,196); }
H1.HeaderClassName
{
color: #84ACC4;
}
.AnyTagClassName
{
color: #84ACC4;
}
</style>
background-color css
<style>
a { background-color: #84ACC4; }
a { background-color: rgb(132,172,196); }
div.DivClassName
{
background-color: #84ACC4;
}
.BgClassName
{
background-color: #84ACC4;
}
</style>
border-color css
<style>
span { border-color: #84ACC4; }
span { border-color: rgb(132,172,196); }
td.TdClassName
{
border-color: #84ACC4;
}
.TagClassName
{
border-color: #84ACC4;
}
</style>