Shades of Nepal #95ACC0
Tints of Nepal #95ACC0
RGB
CMYK
RGB Variations
Color information
#95ACC0 (or 0x95ACC0) is known color: Nepal. HEX triplet: 95, AC and C0. RGB value is (149,172,192). Sum of RGB (Red+Green+Blue) = 149+172+192=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #95ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACC0 is #6A533F. Grayscale: #A7A7A7. Windows color (decimal): -6968128 or 12627093. OLE color: 12627093.
HSL color Cylindrical-coordinate representation of color #95ACC0: hue angle of 207.91º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95ACC0 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 172 | 192 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.25 |
| HSL | 207.91º | 0.25% | 0.67% | - |
| HSV(B) | 207.91º | 0.22% | 0.75% | - |
| XYZ | 36.66 | 39.7 | 55.6 | - |
| YUV | 167.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 172 | 192 | 0.22 | 0.10 | 0 | 0.25 | 207.91 | 0.25 | 0.67 |
| Hex | 95 | AC | C0 | 16 | A | 0 | 19 | D0 | 19 | 43 |
| Octal | 225 | 254 | 300 | 26 | 12 | 0 | 31 | 320 | 31 | 103 |
| Binary | 10010101 | 10101100 | 11000000 | 10110 | 1010 | 0 | 11001 | 11010000 | 11001 | 1000011 |
Color Harmonies of #95ACC0
Complementary color
Monochromatic Colors of #95ACC0
Black with #95ACC0
Text Example
Text Example
White with #95ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ACC0; }
p { color: rgb(149,172,192); }
H1.HeaderClassName
{
color: #95ACC0;
}
.AnyTagClassName
{
color: #95ACC0;
}
</style>
background-color css
<style>
a { background-color: #95ACC0; }
a { background-color: rgb(149,172,192); }
div.DivClassName
{
background-color: #95ACC0;
}
.BgClassName
{
background-color: #95ACC0;
}
</style>
border-color css
<style>
span { border-color: #95ACC0; }
span { border-color: rgb(149,172,192); }
td.TdClassName
{
border-color: #95ACC0;
}
.TagClassName
{
border-color: #95ACC0;
}
</style>