Shades of Nepal #91B7CC
Tints of Nepal #91B7CC
RGB
CMYK
RGB Variations
Color information
#91B7CC (or 0x91B7CC) is known color: Nepal. HEX triplet: 91, B7 and CC. RGB value is (145,183,204). Sum of RGB (Red+Green+Blue) = 145+183+204=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #91B7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B7CC is #6E4833. Grayscale: #ADADAD. Windows color (decimal): -7227444 or 13416337. OLE color: 13416337.
HSL color Cylindrical-coordinate representation of color #91B7CC: hue angle of 201.36º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91B7CC is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 183 | 204 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.2 |
| HSL | 201.36º | 0.37% | 0.68% | - |
| HSV(B) | 201.36º | 0.29% | 0.8% | - |
| XYZ | 39.51 | 44.25 | 63.58 | - |
| YUV | 174.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 204 | 0.29 | 0.10 | 0 | 0.2 | 201.36 | 0.37 | 0.68 |
| Hex | 91 | B7 | CC | 1D | A | 0 | 14 | C9 | 25 | 44 |
| Octal | 221 | 267 | 314 | 35 | 12 | 0 | 24 | 311 | 45 | 104 |
| Binary | 10010001 | 10110111 | 11001100 | 11101 | 1010 | 0 | 10100 | 11001001 | 100101 | 1000100 |
Color Harmonies of #91B7CC
Complementary color
Monochromatic Colors of #91B7CC
Black with #91B7CC
Text Example
Text Example
White with #91B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B7CC; }
p { color: rgb(145,183,204); }
H1.HeaderClassName
{
color: #91B7CC;
}
.AnyTagClassName
{
color: #91B7CC;
}
</style>
background-color css
<style>
a { background-color: #91B7CC; }
a { background-color: rgb(145,183,204); }
div.DivClassName
{
background-color: #91B7CC;
}
.BgClassName
{
background-color: #91B7CC;
}
</style>
border-color css
<style>
span { border-color: #91B7CC; }
span { border-color: rgb(145,183,204); }
td.TdClassName
{
border-color: #91B7CC;
}
.TagClassName
{
border-color: #91B7CC;
}
</style>