Shades of Vista Blue #80EFA8
Tints of Vista Blue #80EFA8
RGB
CMYK
RGB Variations
Color information
#80EFA8 (or 0x80EFA8) is known color: Vista Blue. HEX triplet: 80, EF and A8. RGB value is (128,239,168). Sum of RGB (Red+Green+Blue) = 128+239+168=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EFA8 is #7F1057. Grayscale: #C5C5C5. Windows color (decimal): -8327256 or 11071360. OLE color: 11071360.
HSL color Cylindrical-coordinate representation of color #80EFA8: hue angle of 141.62º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFA8 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 168 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.06 |
| HSL | 141.62º | 0.78% | 0.72% | - |
| HSV(B) | 141.62º | 0.46% | 0.94% | - |
| XYZ | 46.84 | 69.15 | 47.92 | - |
| YUV | 197.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 168 | 0.46 | 0 | 0.30 | 0.06 | 141.62 | 0.78 | 0.72 |
| Hex | 80 | EF | A8 | 2E | 0 | 1E | 6 | 8E | 4E | 48 |
| Octal | 200 | 357 | 250 | 56 | 0 | 36 | 6 | 216 | 116 | 110 |
| Binary | 10000000 | 11101111 | 10101000 | 101110 | 0 | 11110 | 110 | 10001110 | 1001110 | 1001000 |
Color Harmonies of #80EFA8
Complementary color
Monochromatic Colors of #80EFA8
Black with #80EFA8
Text Example
Text Example
White with #80EFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFA8; }
p { color: rgb(128,239,168); }
H1.HeaderClassName
{
color: #80EFA8;
}
.AnyTagClassName
{
color: #80EFA8;
}
</style>
background-color css
<style>
a { background-color: #80EFA8; }
a { background-color: rgb(128,239,168); }
div.DivClassName
{
background-color: #80EFA8;
}
.BgClassName
{
background-color: #80EFA8;
}
</style>
border-color css
<style>
span { border-color: #80EFA8; }
span { border-color: rgb(128,239,168); }
td.TdClassName
{
border-color: #80EFA8;
}
.TagClassName
{
border-color: #80EFA8;
}
</style>