Shades of Nepal #94ADC3
Tints of Nepal #94ADC3
RGB
CMYK
RGB Variations
Color information
#94ADC3 (or 0x94ADC3) is known color: Nepal. HEX triplet: 94, AD and C3. RGB value is (148,173,195). Sum of RGB (Red+Green+Blue) = 148+173+195=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #94ADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADC3 is #6B523C. Grayscale: #A7A7A7. Windows color (decimal): -7033405 or 12823956. OLE color: 12823956.
HSL color Cylindrical-coordinate representation of color #94ADC3: hue angle of 208.09º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94ADC3 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 173 | 195 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.24 |
| HSL | 208.09º | 0.28% | 0.67% | - |
| HSV(B) | 208.09º | 0.24% | 0.76% | - |
| XYZ | 37.01 | 40.12 | 57.42 | - |
| YUV | 168.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 195 | 0.24 | 0.11 | 0 | 0.24 | 208.09 | 0.28 | 0.67 |
| Hex | 94 | AD | C3 | 18 | B | 0 | 18 | D0 | 1C | 43 |
| Octal | 224 | 255 | 303 | 30 | 13 | 0 | 30 | 320 | 34 | 103 |
| Binary | 10010100 | 10101101 | 11000011 | 11000 | 1011 | 0 | 11000 | 11010000 | 11100 | 1000011 |
Color Harmonies of #94ADC3
Complementary color
Monochromatic Colors of #94ADC3
Black with #94ADC3
Text Example
Text Example
White with #94ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADC3; }
p { color: rgb(148,173,195); }
H1.HeaderClassName
{
color: #94ADC3;
}
.AnyTagClassName
{
color: #94ADC3;
}
</style>
background-color css
<style>
a { background-color: #94ADC3; }
a { background-color: rgb(148,173,195); }
div.DivClassName
{
background-color: #94ADC3;
}
.BgClassName
{
background-color: #94ADC3;
}
</style>
border-color css
<style>
span { border-color: #94ADC3; }
span { border-color: rgb(148,173,195); }
td.TdClassName
{
border-color: #94ADC3;
}
.TagClassName
{
border-color: #94ADC3;
}
</style>