Shades of Vista Blue #80EFAB
Tints of Vista Blue #80EFAB
RGB
CMYK
RGB Variations
Color information
#80EFAB (or 0x80EFAB) is known color: Vista Blue. HEX triplet: 80, EF and AB. RGB value is (128,239,171). Sum of RGB (Red+Green+Blue) = 128+239+171=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EFAB is #7F1054. Grayscale: #C6C6C6. Windows color (decimal): -8327253 or 11267968. OLE color: 11267968.
HSL color Cylindrical-coordinate representation of color #80EFAB: hue angle of 143.24º 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 #80EFAB is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 171 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.06 |
| HSL | 143.24º | 0.78% | 0.72% | - |
| HSV(B) | 143.24º | 0.46% | 0.94% | - |
| XYZ | 47.12 | 69.26 | 49.41 | - |
| YUV | 198.06 | 112.73 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 171 | 0.46 | 0 | 0.28 | 0.06 | 143.24 | 0.78 | 0.72 |
| Hex | 80 | EF | AB | 2E | 0 | 1C | 6 | 8F | 4E | 48 |
| Octal | 200 | 357 | 253 | 56 | 0 | 34 | 6 | 217 | 116 | 110 |
| Binary | 10000000 | 11101111 | 10101011 | 101110 | 0 | 11100 | 110 | 10001111 | 1001110 | 1001000 |
Color Harmonies of #80EFAB
Complementary color
Monochromatic Colors of #80EFAB
Black with #80EFAB
Text Example
Text Example
White with #80EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFAB; }
p { color: rgb(128,239,171); }
H1.HeaderClassName
{
color: #80EFAB;
}
.AnyTagClassName
{
color: #80EFAB;
}
</style>
background-color css
<style>
a { background-color: #80EFAB; }
a { background-color: rgb(128,239,171); }
div.DivClassName
{
background-color: #80EFAB;
}
.BgClassName
{
background-color: #80EFAB;
}
</style>
border-color css
<style>
span { border-color: #80EFAB; }
span { border-color: rgb(128,239,171); }
td.TdClassName
{
border-color: #80EFAB;
}
.TagClassName
{
border-color: #80EFAB;
}
</style>