Shades of Nepal #84ADC4
Tints of Nepal #84ADC4
RGB
CMYK
RGB Variations
Color information
#84ADC4 (or 0x84ADC4) is known color: Nepal. HEX triplet: 84, AD and C4. RGB value is (132,173,196). Sum of RGB (Red+Green+Blue) = 132+173+196=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #84ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADC4 is #7B523B. Grayscale: #A3A3A3. Windows color (decimal): -8081980 or 12889476. OLE color: 12889476.
HSL color Cylindrical-coordinate representation of color #84ADC4: hue angle of 201.56º 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 #84ADC4 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 173 | 196 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.23 |
| HSL | 201.56º | 0.35% | 0.64% | - |
| HSV(B) | 201.56º | 0.33% | 0.77% | - |
| XYZ | 34.42 | 38.78 | 57.9 | - |
| YUV | 163.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 196 | 0.33 | 0.12 | 0 | 0.23 | 201.56 | 0.35 | 0.64 |
| Hex | 84 | AD | C4 | 21 | C | 0 | 17 | CA | 23 | 40 |
| Octal | 204 | 255 | 304 | 41 | 14 | 0 | 27 | 312 | 43 | 100 |
| Binary | 10000100 | 10101101 | 11000100 | 100001 | 1100 | 0 | 10111 | 11001010 | 100011 | 1000000 |
Color Harmonies of #84ADC4
Complementary color
Monochromatic Colors of #84ADC4
Black with #84ADC4
Text Example
Text Example
White with #84ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADC4; }
p { color: rgb(132,173,196); }
H1.HeaderClassName
{
color: #84ADC4;
}
.AnyTagClassName
{
color: #84ADC4;
}
</style>
background-color css
<style>
a { background-color: #84ADC4; }
a { background-color: rgb(132,173,196); }
div.DivClassName
{
background-color: #84ADC4;
}
.BgClassName
{
background-color: #84ADC4;
}
</style>
border-color css
<style>
span { border-color: #84ADC4; }
span { border-color: rgb(132,173,196); }
td.TdClassName
{
border-color: #84ADC4;
}
.TagClassName
{
border-color: #84ADC4;
}
</style>