Shades of Vista Blue #80EFB5
Tints of Vista Blue #80EFB5
RGB
CMYK
RGB Variations
Color information
#80EFB5 (or 0x80EFB5) is known color: Vista Blue. HEX triplet: 80, EF and B5. RGB value is (128,239,181). Sum of RGB (Red+Green+Blue) = 128+239+181=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFB5 is #7F104A. Grayscale: #C7C7C7. Windows color (decimal): -8327243 or 11923328. OLE color: 11923328.
HSL color Cylindrical-coordinate representation of color #80EFB5: hue angle of 148.65º 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 #80EFB5 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 181 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.06 |
| HSL | 148.65º | 0.78% | 0.72% | - |
| HSV(B) | 148.65º | 0.46% | 0.94% | - |
| XYZ | 48.11 | 69.66 | 54.63 | - |
| YUV | 199.2 | 117.73 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 181 | 0.46 | 0 | 0.24 | 0.06 | 148.65 | 0.78 | 0.72 |
| Hex | 80 | EF | B5 | 2E | 0 | 18 | 6 | 95 | 4E | 48 |
| Octal | 200 | 357 | 265 | 56 | 0 | 30 | 6 | 225 | 116 | 110 |
| Binary | 10000000 | 11101111 | 10110101 | 101110 | 0 | 11000 | 110 | 10010101 | 1001110 | 1001000 |
Color Harmonies of #80EFB5
Complementary color
Monochromatic Colors of #80EFB5
Black with #80EFB5
Text Example
Text Example
White with #80EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFB5; }
p { color: rgb(128,239,181); }
H1.HeaderClassName
{
color: #80EFB5;
}
.AnyTagClassName
{
color: #80EFB5;
}
</style>
background-color css
<style>
a { background-color: #80EFB5; }
a { background-color: rgb(128,239,181); }
div.DivClassName
{
background-color: #80EFB5;
}
.BgClassName
{
background-color: #80EFB5;
}
</style>
border-color css
<style>
span { border-color: #80EFB5; }
span { border-color: rgb(128,239,181); }
td.TdClassName
{
border-color: #80EFB5;
}
.TagClassName
{
border-color: #80EFB5;
}
</style>