Shades of Nepal #81A6BB
Tints of Nepal #81A6BB
RGB
CMYK
RGB Variations
Color information
#81A6BB (or 0x81A6BB) is known color: Nepal. HEX triplet: 81, A6 and BB. RGB value is (129,166,187). Sum of RGB (Red+Green+Blue) = 129+166+187=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #81A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A6BB is #7E5944. Grayscale: #9D9D9D. Windows color (decimal): -8280389 or 12297857. OLE color: 12297857.
HSL color Cylindrical-coordinate representation of color #81A6BB: hue angle of 201.72º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81A6BB is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 166 | 187 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.27 |
| HSL | 201.72º | 0.3% | 0.62% | - |
| HSV(B) | 201.72º | 0.31% | 0.73% | - |
| XYZ | 31.66 | 35.53 | 52.2 | - |
| YUV | 157.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 187 | 0.31 | 0.11 | 0 | 0.27 | 201.72 | 0.3 | 0.62 |
| Hex | 81 | A6 | BB | 1F | B | 0 | 1B | CA | 1E | 3E |
| Octal | 201 | 246 | 273 | 37 | 13 | 0 | 33 | 312 | 36 | 76 |
| Binary | 10000001 | 10100110 | 10111011 | 11111 | 1011 | 0 | 11011 | 11001010 | 11110 | 111110 |
Color Harmonies of #81A6BB
Complementary color
Monochromatic Colors of #81A6BB
Black with #81A6BB
Text Example
Text Example
White with #81A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A6BB; }
p { color: rgb(129,166,187); }
H1.HeaderClassName
{
color: #81A6BB;
}
.AnyTagClassName
{
color: #81A6BB;
}
</style>
background-color css
<style>
a { background-color: #81A6BB; }
a { background-color: rgb(129,166,187); }
div.DivClassName
{
background-color: #81A6BB;
}
.BgClassName
{
background-color: #81A6BB;
}
</style>
border-color css
<style>
span { border-color: #81A6BB; }
span { border-color: rgb(129,166,187); }
td.TdClassName
{
border-color: #81A6BB;
}
.TagClassName
{
border-color: #81A6BB;
}
</style>