Shades of Nepal #91B3C6
Tints of Nepal #91B3C6
RGB
CMYK
RGB Variations
Color information
#91B3C6 (or 0x91B3C6) is known color: Nepal. HEX triplet: 91, B3 and C6. RGB value is (145,179,198). Sum of RGB (Red+Green+Blue) = 145+179+198=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #91B3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B3C6 is #6E4C39. Grayscale: #AAAAAA. Windows color (decimal): -7228474 or 13022097. OLE color: 13022097.
HSL color Cylindrical-coordinate representation of color #91B3C6: hue angle of 201.51º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91B3C6 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 179 | 198 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.22 |
| HSL | 201.51º | 0.32% | 0.67% | - |
| HSV(B) | 201.51º | 0.27% | 0.78% | - |
| XYZ | 37.99 | 42.34 | 59.6 | - |
| YUV | 171 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 179 | 198 | 0.27 | 0.10 | 0 | 0.22 | 201.51 | 0.32 | 0.67 |
| Hex | 91 | B3 | C6 | 1B | A | 0 | 16 | CA | 20 | 43 |
| Octal | 221 | 263 | 306 | 33 | 12 | 0 | 26 | 312 | 40 | 103 |
| Binary | 10010001 | 10110011 | 11000110 | 11011 | 1010 | 0 | 10110 | 11001010 | 100000 | 1000011 |
Color Harmonies of #91B3C6
Complementary color
Monochromatic Colors of #91B3C6
Black with #91B3C6
Text Example
Text Example
White with #91B3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B3C6; }
p { color: rgb(145,179,198); }
H1.HeaderClassName
{
color: #91B3C6;
}
.AnyTagClassName
{
color: #91B3C6;
}
</style>
background-color css
<style>
a { background-color: #91B3C6; }
a { background-color: rgb(145,179,198); }
div.DivClassName
{
background-color: #91B3C6;
}
.BgClassName
{
background-color: #91B3C6;
}
</style>
border-color css
<style>
span { border-color: #91B3C6; }
span { border-color: rgb(145,179,198); }
td.TdClassName
{
border-color: #91B3C6;
}
.TagClassName
{
border-color: #91B3C6;
}
</style>