Shades of Vista Blue #80CDA3
Tints of Vista Blue #80CDA3
RGB
CMYK
RGB Variations
Color information
#80CDA3 (or 0x80CDA3) is known color: Vista Blue. HEX triplet: 80, CD and A3. RGB value is (128,205,163). Sum of RGB (Red+Green+Blue) = 128+205+163=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CDA3 is #7F325C. Grayscale: #B1B1B1. Windows color (decimal): -8335965 or 10734976. OLE color: 10734976.
HSL color Cylindrical-coordinate representation of color #80CDA3: hue angle of 147.27º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CDA3 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 205 | 163 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.20 |
| HSL | 147.27º | 0.44% | 0.65% | - |
| HSV(B) | 147.27º | 0.38% | 0.8% | - |
| XYZ | 37.34 | 50.9 | 42.51 | - |
| YUV | 177.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 163 | 0.38 | 0 | 0.20 | 0.20 | 147.27 | 0.44 | 0.65 |
| Hex | 80 | CD | A3 | 26 | 0 | 14 | 14 | 93 | 2C | 41 |
| Octal | 200 | 315 | 243 | 46 | 0 | 24 | 24 | 223 | 54 | 101 |
| Binary | 10000000 | 11001101 | 10100011 | 100110 | 0 | 10100 | 10100 | 10010011 | 101100 | 1000001 |
Color Harmonies of #80CDA3
Complementary color
Monochromatic Colors of #80CDA3
Black with #80CDA3
Text Example
Text Example
White with #80CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CDA3; }
p { color: rgb(128,205,163); }
H1.HeaderClassName
{
color: #80CDA3;
}
.AnyTagClassName
{
color: #80CDA3;
}
</style>
background-color css
<style>
a { background-color: #80CDA3; }
a { background-color: rgb(128,205,163); }
div.DivClassName
{
background-color: #80CDA3;
}
.BgClassName
{
background-color: #80CDA3;
}
</style>
border-color css
<style>
span { border-color: #80CDA3; }
span { border-color: rgb(128,205,163); }
td.TdClassName
{
border-color: #80CDA3;
}
.TagClassName
{
border-color: #80CDA3;
}
</style>