Shades of Nepal #80A5BC
Tints of Nepal #80A5BC
RGB
CMYK
RGB Variations
Color information
#80A5BC (or 0x80A5BC) is known color: Nepal. HEX triplet: 80, A5 and BC. RGB value is (128,165,188). Sum of RGB (Red+Green+Blue) = 128+165+188=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #80A5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A5BC is #7F5A43. Grayscale: #9C9C9C. Windows color (decimal): -8346180 or 12363136. OLE color: 12363136.
HSL color Cylindrical-coordinate representation of color #80A5BC: hue angle of 203º 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 #80A5BC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 165 | 188 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.26 |
| HSL | 203º | 0.31% | 0.62% | - |
| HSV(B) | 203º | 0.32% | 0.74% | - |
| XYZ | 31.43 | 35.13 | 52.7 | - |
| YUV | 156.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 188 | 0.32 | 0.12 | 0 | 0.26 | 203 | 0.31 | 0.62 |
| Hex | 80 | A5 | BC | 20 | C | 0 | 1A | CB | 1F | 3E |
| Octal | 200 | 245 | 274 | 40 | 14 | 0 | 32 | 313 | 37 | 76 |
| Binary | 10000000 | 10100101 | 10111100 | 100000 | 1100 | 0 | 11010 | 11001011 | 11111 | 111110 |
Color Harmonies of #80A5BC
Complementary color
Monochromatic Colors of #80A5BC
Black with #80A5BC
Text Example
Text Example
White with #80A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A5BC; }
p { color: rgb(128,165,188); }
H1.HeaderClassName
{
color: #80A5BC;
}
.AnyTagClassName
{
color: #80A5BC;
}
</style>
background-color css
<style>
a { background-color: #80A5BC; }
a { background-color: rgb(128,165,188); }
div.DivClassName
{
background-color: #80A5BC;
}
.BgClassName
{
background-color: #80A5BC;
}
</style>
border-color css
<style>
span { border-color: #80A5BC; }
span { border-color: rgb(128,165,188); }
td.TdClassName
{
border-color: #80A5BC;
}
.TagClassName
{
border-color: #80A5BC;
}
</style>