Shades of Nepal #95ABC1
Tints of Nepal #95ABC1
RGB
CMYK
RGB Variations
Color information
#95ABC1 (or 0x95ABC1) is known color: Nepal. HEX triplet: 95, AB and C1. RGB value is (149,171,193). Sum of RGB (Red+Green+Blue) = 149+171+193=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #95ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABC1 is #6A543E. Grayscale: #A6A6A6. Windows color (decimal): -6968383 or 12692373. OLE color: 12692373.
HSL color Cylindrical-coordinate representation of color #95ABC1: hue angle of 210º 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 #95ABC1 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 171 | 193 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.24 |
| HSL | 210º | 0.26% | 0.67% | - |
| HSV(B) | 210º | 0.23% | 0.76% | - |
| XYZ | 36.58 | 39.37 | 56.12 | - |
| YUV | 166.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 171 | 193 | 0.23 | 0.11 | 0 | 0.24 | 210 | 0.26 | 0.67 |
| Hex | 95 | AB | C1 | 17 | B | 0 | 18 | D2 | 1A | 43 |
| Octal | 225 | 253 | 301 | 27 | 13 | 0 | 30 | 322 | 32 | 103 |
| Binary | 10010101 | 10101011 | 11000001 | 10111 | 1011 | 0 | 11000 | 11010010 | 11010 | 1000011 |
Color Harmonies of #95ABC1
Complementary color
Monochromatic Colors of #95ABC1
Black with #95ABC1
Text Example
Text Example
White with #95ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ABC1; }
p { color: rgb(149,171,193); }
H1.HeaderClassName
{
color: #95ABC1;
}
.AnyTagClassName
{
color: #95ABC1;
}
</style>
background-color css
<style>
a { background-color: #95ABC1; }
a { background-color: rgb(149,171,193); }
div.DivClassName
{
background-color: #95ABC1;
}
.BgClassName
{
background-color: #95ABC1;
}
</style>
border-color css
<style>
span { border-color: #95ABC1; }
span { border-color: rgb(149,171,193); }
td.TdClassName
{
border-color: #95ABC1;
}
.TagClassName
{
border-color: #95ABC1;
}
</style>