Shades of Vista Blue #80DEA3
Tints of Vista Blue #80DEA3
RGB
CMYK
RGB Variations
Color information
#80DEA3 (or 0x80DEA3) is known color: Vista Blue. HEX triplet: 80, DE and A3. RGB value is (128,222,163). Sum of RGB (Red+Green+Blue) = 128+222+163=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #80DEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DEA3 is #7F215C. Grayscale: #BBBBBB. Windows color (decimal): -8331613 or 10739328. OLE color: 10739328.
HSL color Cylindrical-coordinate representation of color #80DEA3: hue angle of 142.34º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DEA3 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 222 | 163 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.13 |
| HSL | 142.34º | 0.59% | 0.69% | - |
| HSV(B) | 142.34º | 0.42% | 0.87% | - |
| XYZ | 41.63 | 59.48 | 43.94 | - |
| YUV | 187.17 | 114.36 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 222 | 163 | 0.42 | 0 | 0.27 | 0.13 | 142.34 | 0.59 | 0.69 |
| Hex | 80 | DE | A3 | 2A | 0 | 1B | D | 8E | 3B | 45 |
| Octal | 200 | 336 | 243 | 52 | 0 | 33 | 15 | 216 | 73 | 105 |
| Binary | 10000000 | 11011110 | 10100011 | 101010 | 0 | 11011 | 1101 | 10001110 | 111011 | 1000101 |
Color Harmonies of #80DEA3
Complementary color
Monochromatic Colors of #80DEA3
Black with #80DEA3
Text Example
Text Example
White with #80DEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DEA3; }
p { color: rgb(128,222,163); }
H1.HeaderClassName
{
color: #80DEA3;
}
.AnyTagClassName
{
color: #80DEA3;
}
</style>
background-color css
<style>
a { background-color: #80DEA3; }
a { background-color: rgb(128,222,163); }
div.DivClassName
{
background-color: #80DEA3;
}
.BgClassName
{
background-color: #80DEA3;
}
</style>
border-color css
<style>
span { border-color: #80DEA3; }
span { border-color: rgb(128,222,163); }
td.TdClassName
{
border-color: #80DEA3;
}
.TagClassName
{
border-color: #80DEA3;
}
</style>