Shades of Nepal #85A9BB
Tints of Nepal #85A9BB
RGB
CMYK
RGB Variations
Color information
#85A9BB (or 0x85A9BB) is known color: Nepal. HEX triplet: 85, A9 and BB. RGB value is (133,169,187). Sum of RGB (Red+Green+Blue) = 133+169+187=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #85A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A9BB is #7A5644. Grayscale: #A0A0A0. Windows color (decimal): -8017477 or 12298629. OLE color: 12298629.
HSL color Cylindrical-coordinate representation of color #85A9BB: hue angle of 200º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85A9BB is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 169 | 187 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.27 |
| HSL | 200º | 0.28% | 0.63% | - |
| HSV(B) | 200º | 0.29% | 0.73% | - |
| XYZ | 32.83 | 36.95 | 52.42 | - |
| YUV | 160.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 187 | 0.29 | 0.10 | 0 | 0.27 | 200 | 0.28 | 0.63 |
| Hex | 85 | A9 | BB | 1D | A | 0 | 1B | C8 | 1C | 3F |
| Octal | 205 | 251 | 273 | 35 | 12 | 0 | 33 | 310 | 34 | 77 |
| Binary | 10000101 | 10101001 | 10111011 | 11101 | 1010 | 0 | 11011 | 11001000 | 11100 | 111111 |
Color Harmonies of #85A9BB
Complementary color
Monochromatic Colors of #85A9BB
Black with #85A9BB
Text Example
Text Example
White with #85A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A9BB; }
p { color: rgb(133,169,187); }
H1.HeaderClassName
{
color: #85A9BB;
}
.AnyTagClassName
{
color: #85A9BB;
}
</style>
background-color css
<style>
a { background-color: #85A9BB; }
a { background-color: rgb(133,169,187); }
div.DivClassName
{
background-color: #85A9BB;
}
.BgClassName
{
background-color: #85A9BB;
}
</style>
border-color css
<style>
span { border-color: #85A9BB; }
span { border-color: rgb(133,169,187); }
td.TdClassName
{
border-color: #85A9BB;
}
.TagClassName
{
border-color: #85A9BB;
}
</style>