Shades of Nepal #95ADC3
Tints of Nepal #95ADC3
RGB
CMYK
RGB Variations
Color information
#95ADC3 (or 0x95ADC3) is known color: Nepal. HEX triplet: 95, AD and C3. RGB value is (149,173,195). Sum of RGB (Red+Green+Blue) = 149+173+195=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #95ADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADC3 is #6A523C. Grayscale: #A8A8A8. Windows color (decimal): -6967869 or 12823957. OLE color: 12823957.
HSL color Cylindrical-coordinate representation of color #95ADC3: hue angle of 208.7º 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 #95ADC3 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 173 | 195 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.24 |
| HSL | 208.7º | 0.28% | 0.67% | - |
| HSV(B) | 208.7º | 0.24% | 0.76% | - |
| XYZ | 37.19 | 40.22 | 57.43 | - |
| YUV | 168.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 195 | 0.24 | 0.11 | 0 | 0.24 | 208.7 | 0.28 | 0.67 |
| Hex | 95 | AD | C3 | 18 | B | 0 | 18 | D1 | 1C | 43 |
| Octal | 225 | 255 | 303 | 30 | 13 | 0 | 30 | 321 | 34 | 103 |
| Binary | 10010101 | 10101101 | 11000011 | 11000 | 1011 | 0 | 11000 | 11010001 | 11100 | 1000011 |
Color Harmonies of #95ADC3
Complementary color
Monochromatic Colors of #95ADC3
Black with #95ADC3
Text Example
Text Example
White with #95ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ADC3; }
p { color: rgb(149,173,195); }
H1.HeaderClassName
{
color: #95ADC3;
}
.AnyTagClassName
{
color: #95ADC3;
}
</style>
background-color css
<style>
a { background-color: #95ADC3; }
a { background-color: rgb(149,173,195); }
div.DivClassName
{
background-color: #95ADC3;
}
.BgClassName
{
background-color: #95ADC3;
}
</style>
border-color css
<style>
span { border-color: #95ADC3; }
span { border-color: rgb(149,173,195); }
td.TdClassName
{
border-color: #95ADC3;
}
.TagClassName
{
border-color: #95ADC3;
}
</style>