Shades of Nepal #80A6BC
Tints of Nepal #80A6BC
RGB
CMYK
RGB Variations
Color information
#80A6BC (or 0x80A6BC) is known color: Nepal. HEX triplet: 80, A6 and BC. RGB value is (128,166,188). Sum of RGB (Red+Green+Blue) = 128+166+188=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #80A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A6BC is #7F5943. Grayscale: #9D9D9D. Windows color (decimal): -8345924 or 12363392. OLE color: 12363392.
HSL color Cylindrical-coordinate representation of color #80A6BC: hue angle of 202º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80A6BC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 166 | 188 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.26 |
| HSL | 202º | 0.31% | 0.62% | - |
| HSV(B) | 202º | 0.32% | 0.74% | - |
| XYZ | 31.62 | 35.49 | 52.76 | - |
| YUV | 157.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 188 | 0.32 | 0.12 | 0 | 0.26 | 202 | 0.31 | 0.62 |
| Hex | 80 | A6 | BC | 20 | C | 0 | 1A | CA | 1F | 3E |
| Octal | 200 | 246 | 274 | 40 | 14 | 0 | 32 | 312 | 37 | 76 |
| Binary | 10000000 | 10100110 | 10111100 | 100000 | 1100 | 0 | 11010 | 11001010 | 11111 | 111110 |
Color Harmonies of #80A6BC
Complementary color
Monochromatic Colors of #80A6BC
Black with #80A6BC
Text Example
Text Example
White with #80A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A6BC; }
p { color: rgb(128,166,188); }
H1.HeaderClassName
{
color: #80A6BC;
}
.AnyTagClassName
{
color: #80A6BC;
}
</style>
background-color css
<style>
a { background-color: #80A6BC; }
a { background-color: rgb(128,166,188); }
div.DivClassName
{
background-color: #80A6BC;
}
.BgClassName
{
background-color: #80A6BC;
}
</style>
border-color css
<style>
span { border-color: #80A6BC; }
span { border-color: rgb(128,166,188); }
td.TdClassName
{
border-color: #80A6BC;
}
.TagClassName
{
border-color: #80A6BC;
}
</style>