Shades of Nepal #94ADC1
Tints of Nepal #94ADC1
RGB
CMYK
RGB Variations
Color information
#94ADC1 (or 0x94ADC1) is known color: Nepal. HEX triplet: 94, AD and C1. RGB value is (148,173,193). Sum of RGB (Red+Green+Blue) = 148+173+193=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #94ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADC1 is #6B523E. Grayscale: #A7A7A7. Windows color (decimal): -7033407 or 12692884. OLE color: 12692884.
HSL color Cylindrical-coordinate representation of color #94ADC1: hue angle of 206.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94ADC1 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 173 | 193 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.24 |
| HSL | 206.67º | 0.27% | 0.67% | - |
| HSV(B) | 206.67º | 0.23% | 0.76% | - |
| XYZ | 36.78 | 40.03 | 56.24 | - |
| YUV | 167.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 193 | 0.23 | 0.10 | 0 | 0.24 | 206.67 | 0.27 | 0.67 |
| Hex | 94 | AD | C1 | 17 | A | 0 | 18 | CF | 1B | 43 |
| Octal | 224 | 255 | 301 | 27 | 12 | 0 | 30 | 317 | 33 | 103 |
| Binary | 10010100 | 10101101 | 11000001 | 10111 | 1010 | 0 | 11000 | 11001111 | 11011 | 1000011 |
Color Harmonies of #94ADC1
Complementary color
Monochromatic Colors of #94ADC1
Black with #94ADC1
Text Example
Text Example
White with #94ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADC1; }
p { color: rgb(148,173,193); }
H1.HeaderClassName
{
color: #94ADC1;
}
.AnyTagClassName
{
color: #94ADC1;
}
</style>
background-color css
<style>
a { background-color: #94ADC1; }
a { background-color: rgb(148,173,193); }
div.DivClassName
{
background-color: #94ADC1;
}
.BgClassName
{
background-color: #94ADC1;
}
</style>
border-color css
<style>
span { border-color: #94ADC1; }
span { border-color: rgb(148,173,193); }
td.TdClassName
{
border-color: #94ADC1;
}
.TagClassName
{
border-color: #94ADC1;
}
</style>