Shades of Nepal #91B8CB
Tints of Nepal #91B8CB
RGB
CMYK
RGB Variations
Color information
#91B8CB (or 0x91B8CB) is known color: Nepal. HEX triplet: 91, B8 and CB. RGB value is (145,184,203). Sum of RGB (Red+Green+Blue) = 145+184+203=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #91B8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B8CB is #6E4734. Grayscale: #AEAEAE. Windows color (decimal): -7227189 or 13351057. OLE color: 13351057.
HSL color Cylindrical-coordinate representation of color #91B8CB: hue angle of 199.66º degrees, saturation: 0.36, 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 #91B8CB is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 184 | 203 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.20 |
| HSL | 199.66º | 0.36% | 0.68% | - |
| HSV(B) | 199.66º | 0.29% | 0.8% | - |
| XYZ | 39.6 | 44.61 | 63.02 | - |
| YUV | 174.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 184 | 203 | 0.29 | 0.09 | 0 | 0.20 | 199.66 | 0.36 | 0.68 |
| Hex | 91 | B8 | CB | 1D | 9 | 0 | 14 | C8 | 24 | 44 |
| Octal | 221 | 270 | 313 | 35 | 11 | 0 | 24 | 310 | 44 | 104 |
| Binary | 10010001 | 10111000 | 11001011 | 11101 | 1001 | 0 | 10100 | 11001000 | 100100 | 1000100 |
Color Harmonies of #91B8CB
Complementary color
Monochromatic Colors of #91B8CB
Black with #91B8CB
Text Example
Text Example
White with #91B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B8CB; }
p { color: rgb(145,184,203); }
H1.HeaderClassName
{
color: #91B8CB;
}
.AnyTagClassName
{
color: #91B8CB;
}
</style>
background-color css
<style>
a { background-color: #91B8CB; }
a { background-color: rgb(145,184,203); }
div.DivClassName
{
background-color: #91B8CB;
}
.BgClassName
{
background-color: #91B8CB;
}
</style>
border-color css
<style>
span { border-color: #91B8CB; }
span { border-color: rgb(145,184,203); }
td.TdClassName
{
border-color: #91B8CB;
}
.TagClassName
{
border-color: #91B8CB;
}
</style>