Shades of Vista Blue #80DCB0
Tints of Vista Blue #80DCB0
RGB
CMYK
RGB Variations
Color information
#80DCB0 (or 0x80DCB0) is known color: Vista Blue. HEX triplet: 80, DC and B0. RGB value is (128,220,176). Sum of RGB (Red+Green+Blue) = 128+220+176=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DCB0 is #7F234F. Grayscale: #BBBBBB. Windows color (decimal): -8332112 or 11590784. OLE color: 11590784.
HSL color Cylindrical-coordinate representation of color #80DCB0: hue angle of 151.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCB0 is Cyan = 0.42, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 176 | - |
| CMYK | 0.42 | 0 | 0.2 | 0.14 |
| HSL | 151.3º | 0.57% | 0.68% | - |
| HSV(B) | 151.3º | 0.42% | 0.86% | - |
| XYZ | 42.33 | 58.91 | 50.21 | - |
| YUV | 187.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 176 | 0.42 | 0 | 0.2 | 0.14 | 151.3 | 0.57 | 0.68 |
| Hex | 80 | DC | B0 | 2A | 0 | 14 | E | 97 | 39 | 44 |
| Octal | 200 | 334 | 260 | 52 | 0 | 24 | 16 | 227 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10110000 | 101010 | 0 | 10100 | 1110 | 10010111 | 111001 | 1000100 |
Color Harmonies of #80DCB0
Complementary color
Monochromatic Colors of #80DCB0
Black with #80DCB0
Text Example
Text Example
White with #80DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCB0; }
p { color: rgb(128,220,176); }
H1.HeaderClassName
{
color: #80DCB0;
}
.AnyTagClassName
{
color: #80DCB0;
}
</style>
background-color css
<style>
a { background-color: #80DCB0; }
a { background-color: rgb(128,220,176); }
div.DivClassName
{
background-color: #80DCB0;
}
.BgClassName
{
background-color: #80DCB0;
}
</style>
border-color css
<style>
span { border-color: #80DCB0; }
span { border-color: rgb(128,220,176); }
td.TdClassName
{
border-color: #80DCB0;
}
.TagClassName
{
border-color: #80DCB0;
}
</style>