Shades of Nepal #91ACC3
Tints of Nepal #91ACC3
RGB
CMYK
RGB Variations
Color information
#91ACC3 (or 0x91ACC3) is known color: Nepal. HEX triplet: 91, AC and C3. RGB value is (145,172,195). Sum of RGB (Red+Green+Blue) = 145+172+195=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #91ACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACC3 is #6E533C. Grayscale: #A6A6A6. Windows color (decimal): -7230269 or 12823697. OLE color: 12823697.
HSL color Cylindrical-coordinate representation of color #91ACC3: hue angle of 207.6º 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 #91ACC3 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 172 | 195 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.24 |
| HSL | 207.6º | 0.29% | 0.67% | - |
| HSV(B) | 207.6º | 0.26% | 0.76% | - |
| XYZ | 36.28 | 39.46 | 57.34 | - |
| YUV | 166.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 195 | 0.26 | 0.12 | 0 | 0.24 | 207.6 | 0.29 | 0.67 |
| Hex | 91 | AC | C3 | 1A | C | 0 | 18 | D0 | 1D | 43 |
| Octal | 221 | 254 | 303 | 32 | 14 | 0 | 30 | 320 | 35 | 103 |
| Binary | 10010001 | 10101100 | 11000011 | 11010 | 1100 | 0 | 11000 | 11010000 | 11101 | 1000011 |
Color Harmonies of #91ACC3
Complementary color
Monochromatic Colors of #91ACC3
Black with #91ACC3
Text Example
Text Example
White with #91ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACC3; }
p { color: rgb(145,172,195); }
H1.HeaderClassName
{
color: #91ACC3;
}
.AnyTagClassName
{
color: #91ACC3;
}
</style>
background-color css
<style>
a { background-color: #91ACC3; }
a { background-color: rgb(145,172,195); }
div.DivClassName
{
background-color: #91ACC3;
}
.BgClassName
{
background-color: #91ACC3;
}
</style>
border-color css
<style>
span { border-color: #91ACC3; }
span { border-color: rgb(145,172,195); }
td.TdClassName
{
border-color: #91ACC3;
}
.TagClassName
{
border-color: #91ACC3;
}
</style>