Shades of Nepal #91ABC2
Tints of Nepal #91ABC2
RGB
CMYK
RGB Variations
Color information
#91ABC2 (or 0x91ABC2) is known color: Nepal. HEX triplet: 91, AB and C2. RGB value is (145,171,194). Sum of RGB (Red+Green+Blue) = 145+171+194=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 194 - color contains mainly: blue. Hex color #91ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABC2 is #6E543D. Grayscale: #A5A5A5. Windows color (decimal): -7230526 or 12757905. OLE color: 12757905.
HSL color Cylindrical-coordinate representation of color #91ABC2: hue angle of 208.16º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91ABC2 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 171 | 194 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.24 |
| HSL | 208.16º | 0.29% | 0.66% | - |
| HSV(B) | 208.16º | 0.25% | 0.76% | - |
| XYZ | 35.98 | 39.04 | 56.68 | - |
| YUV | 165.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 194 | 0.25 | 0.12 | 0 | 0.24 | 208.16 | 0.29 | 0.66 |
| Hex | 91 | AB | C2 | 19 | C | 0 | 18 | D0 | 1D | 42 |
| Octal | 221 | 253 | 302 | 31 | 14 | 0 | 30 | 320 | 35 | 102 |
| Binary | 10010001 | 10101011 | 11000010 | 11001 | 1100 | 0 | 11000 | 11010000 | 11101 | 1000010 |
Color Harmonies of #91ABC2
Complementary color
Monochromatic Colors of #91ABC2
Black with #91ABC2
Text Example
Text Example
White with #91ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABC2; }
p { color: rgb(145,171,194); }
H1.HeaderClassName
{
color: #91ABC2;
}
.AnyTagClassName
{
color: #91ABC2;
}
</style>
background-color css
<style>
a { background-color: #91ABC2; }
a { background-color: rgb(145,171,194); }
div.DivClassName
{
background-color: #91ABC2;
}
.BgClassName
{
background-color: #91ABC2;
}
</style>
border-color css
<style>
span { border-color: #91ABC2; }
span { border-color: rgb(145,171,194); }
td.TdClassName
{
border-color: #91ABC2;
}
.TagClassName
{
border-color: #91ABC2;
}
</style>