Shades of Nepal #91ABC3
Tints of Nepal #91ABC3
RGB
CMYK
RGB Variations
Color information
#91ABC3 (or 0x91ABC3) is known color: Nepal. HEX triplet: 91, AB and C3. RGB value is (145,171,195). Sum of RGB (Red+Green+Blue) = 145+171+195=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #91ABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABC3 is #6E543C. Grayscale: #A5A5A5. Windows color (decimal): -7230525 or 12823441. OLE color: 12823441.
HSL color Cylindrical-coordinate representation of color #91ABC3: hue angle of 208.8º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91ABC3 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 171 | 195 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.24 |
| HSL | 208.8º | 0.29% | 0.67% | - |
| HSV(B) | 208.8º | 0.26% | 0.76% | - |
| XYZ | 36.09 | 39.09 | 57.27 | - |
| YUV | 165.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 195 | 0.26 | 0.12 | 0 | 0.24 | 208.8 | 0.29 | 0.67 |
| Hex | 91 | AB | C3 | 1A | C | 0 | 18 | D1 | 1D | 43 |
| Octal | 221 | 253 | 303 | 32 | 14 | 0 | 30 | 321 | 35 | 103 |
| Binary | 10010001 | 10101011 | 11000011 | 11010 | 1100 | 0 | 11000 | 11010001 | 11101 | 1000011 |
Color Harmonies of #91ABC3
Complementary color
Monochromatic Colors of #91ABC3
Black with #91ABC3
Text Example
Text Example
White with #91ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABC3; }
p { color: rgb(145,171,195); }
H1.HeaderClassName
{
color: #91ABC3;
}
.AnyTagClassName
{
color: #91ABC3;
}
</style>
background-color css
<style>
a { background-color: #91ABC3; }
a { background-color: rgb(145,171,195); }
div.DivClassName
{
background-color: #91ABC3;
}
.BgClassName
{
background-color: #91ABC3;
}
</style>
border-color css
<style>
span { border-color: #91ABC3; }
span { border-color: rgb(145,171,195); }
td.TdClassName
{
border-color: #91ABC3;
}
.TagClassName
{
border-color: #91ABC3;
}
</style>