Shades of Nepal #95ADC1
Tints of Nepal #95ADC1
RGB
CMYK
RGB Variations
Color information
#95ADC1 (or 0x95ADC1) is known color: Nepal. HEX triplet: 95, AD and C1. RGB value is (149,173,193). Sum of RGB (Red+Green+Blue) = 149+173+193=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #95ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADC1 is #6A523E. Grayscale: #A7A7A7. Windows color (decimal): -6967871 or 12692885. OLE color: 12692885.
HSL color Cylindrical-coordinate representation of color #95ADC1: hue angle of 207.27º degrees, saturation: 0.26, 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 #95ADC1 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 173 | 193 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.24 |
| HSL | 207.27º | 0.26% | 0.67% | - |
| HSV(B) | 207.27º | 0.23% | 0.76% | - |
| XYZ | 36.96 | 40.13 | 56.25 | - |
| YUV | 168.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 193 | 0.23 | 0.10 | 0 | 0.24 | 207.27 | 0.26 | 0.67 |
| Hex | 95 | AD | C1 | 17 | A | 0 | 18 | CF | 1A | 43 |
| Octal | 225 | 255 | 301 | 27 | 12 | 0 | 30 | 317 | 32 | 103 |
| Binary | 10010101 | 10101101 | 11000001 | 10111 | 1010 | 0 | 11000 | 11001111 | 11010 | 1000011 |
Color Harmonies of #95ADC1
Complementary color
Monochromatic Colors of #95ADC1
Black with #95ADC1
Text Example
Text Example
White with #95ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ADC1; }
p { color: rgb(149,173,193); }
H1.HeaderClassName
{
color: #95ADC1;
}
.AnyTagClassName
{
color: #95ADC1;
}
</style>
background-color css
<style>
a { background-color: #95ADC1; }
a { background-color: rgb(149,173,193); }
div.DivClassName
{
background-color: #95ADC1;
}
.BgClassName
{
background-color: #95ADC1;
}
</style>
border-color css
<style>
span { border-color: #95ADC1; }
span { border-color: rgb(149,173,193); }
td.TdClassName
{
border-color: #95ADC1;
}
.TagClassName
{
border-color: #95ADC1;
}
</style>