Shades of Nepal #91B6C8
Tints of Nepal #91B6C8
RGB
CMYK
RGB Variations
Color information
#91B6C8 (or 0x91B6C8) is known color: Nepal. HEX triplet: 91, B6 and C8. RGB value is (145,182,200). Sum of RGB (Red+Green+Blue) = 145+182+200=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #91B6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B6C8 is #6E4937. Grayscale: #ACACAC. Windows color (decimal): -7227704 or 13153937. OLE color: 13153937.
HSL color Cylindrical-coordinate representation of color #91B6C8: hue angle of 199.64º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91B6C8 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 182 | 200 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.22 |
| HSL | 199.64º | 0.33% | 0.68% | - |
| HSV(B) | 199.64º | 0.28% | 0.78% | - |
| XYZ | 38.83 | 43.65 | 61.02 | - |
| YUV | 172.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 182 | 200 | 0.28 | 0.09 | 0 | 0.22 | 199.64 | 0.33 | 0.68 |
| Hex | 91 | B6 | C8 | 1C | 9 | 0 | 16 | C8 | 21 | 44 |
| Octal | 221 | 266 | 310 | 34 | 11 | 0 | 26 | 310 | 41 | 104 |
| Binary | 10010001 | 10110110 | 11001000 | 11100 | 1001 | 0 | 10110 | 11001000 | 100001 | 1000100 |
Color Harmonies of #91B6C8
Complementary color
Monochromatic Colors of #91B6C8
Black with #91B6C8
Text Example
Text Example
White with #91B6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B6C8; }
p { color: rgb(145,182,200); }
H1.HeaderClassName
{
color: #91B6C8;
}
.AnyTagClassName
{
color: #91B6C8;
}
</style>
background-color css
<style>
a { background-color: #91B6C8; }
a { background-color: rgb(145,182,200); }
div.DivClassName
{
background-color: #91B6C8;
}
.BgClassName
{
background-color: #91B6C8;
}
</style>
border-color css
<style>
span { border-color: #91B6C8; }
span { border-color: rgb(145,182,200); }
td.TdClassName
{
border-color: #91B6C8;
}
.TagClassName
{
border-color: #91B6C8;
}
</style>