Shades of Nepal #92B9CB
Tints of Nepal #92B9CB
RGB
CMYK
RGB Variations
Color information
#92B9CB (or 0x92B9CB) is known color: Nepal. HEX triplet: 92, B9 and CB. RGB value is (146,185,203). Sum of RGB (Red+Green+Blue) = 146+185+203=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #92B9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B9CB is #6D4634. Grayscale: #AFAFAF. Windows color (decimal): -7161397 or 13351314. OLE color: 13351314.
HSL color Cylindrical-coordinate representation of color #92B9CB: hue angle of 198.95º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92B9CB is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 185 | 203 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.20 |
| HSL | 198.95º | 0.35% | 0.68% | - |
| HSV(B) | 198.95º | 0.28% | 0.8% | - |
| XYZ | 39.98 | 45.12 | 63.1 | - |
| YUV | 175.39 | 143.58 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 185 | 203 | 0.28 | 0.09 | 0 | 0.20 | 198.95 | 0.35 | 0.68 |
| Hex | 92 | B9 | CB | 1C | 9 | 0 | 14 | C7 | 23 | 44 |
| Octal | 222 | 271 | 313 | 34 | 11 | 0 | 24 | 307 | 43 | 104 |
| Binary | 10010010 | 10111001 | 11001011 | 11100 | 1001 | 0 | 10100 | 11000111 | 100011 | 1000100 |
Color Harmonies of #92B9CB
Complementary color
Monochromatic Colors of #92B9CB
Black with #92B9CB
Text Example
Text Example
White with #92B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B9CB; }
p { color: rgb(146,185,203); }
H1.HeaderClassName
{
color: #92B9CB;
}
.AnyTagClassName
{
color: #92B9CB;
}
</style>
background-color css
<style>
a { background-color: #92B9CB; }
a { background-color: rgb(146,185,203); }
div.DivClassName
{
background-color: #92B9CB;
}
.BgClassName
{
background-color: #92B9CB;
}
</style>
border-color css
<style>
span { border-color: #92B9CB; }
span { border-color: rgb(146,185,203); }
td.TdClassName
{
border-color: #92B9CB;
}
.TagClassName
{
border-color: #92B9CB;
}
</style>