Shades of Vista Blue #8EDAB1
Tints of Vista Blue #8EDAB1
RGB
CMYK
RGB Variations
Color information
#8EDAB1 (or 0x8EDAB1) is known color: Vista Blue. HEX triplet: 8E, DA and B1. RGB value is (142,218,177). Sum of RGB (Red+Green+Blue) = 142+218+177=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDAB1 is #71254E. Grayscale: #BEBEBE. Windows color (decimal): -7415119 or 11655822. OLE color: 11655822.
HSL color Cylindrical-coordinate representation of color #8EDAB1: hue angle of 147.63º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDAB1 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 177 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.15 |
| HSL | 147.63º | 0.51% | 0.71% | - |
| HSV(B) | 147.63º | 0.35% | 0.85% | - |
| XYZ | 44.16 | 59.07 | 50.67 | - |
| YUV | 190.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 177 | 0.35 | 0 | 0.19 | 0.15 | 147.63 | 0.51 | 0.71 |
| Hex | 8E | DA | B1 | 23 | 0 | 13 | F | 94 | 33 | 47 |
| Octal | 216 | 332 | 261 | 43 | 0 | 23 | 17 | 224 | 63 | 107 |
| Binary | 10001110 | 11011010 | 10110001 | 100011 | 0 | 10011 | 1111 | 10010100 | 110011 | 1000111 |
Color Harmonies of #8EDAB1
Complementary color
Monochromatic Colors of #8EDAB1
Black with #8EDAB1
Text Example
Text Example
White with #8EDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDAB1; }
p { color: rgb(142,218,177); }
H1.HeaderClassName
{
color: #8EDAB1;
}
.AnyTagClassName
{
color: #8EDAB1;
}
</style>
background-color css
<style>
a { background-color: #8EDAB1; }
a { background-color: rgb(142,218,177); }
div.DivClassName
{
background-color: #8EDAB1;
}
.BgClassName
{
background-color: #8EDAB1;
}
</style>
border-color css
<style>
span { border-color: #8EDAB1; }
span { border-color: rgb(142,218,177); }
td.TdClassName
{
border-color: #8EDAB1;
}
.TagClassName
{
border-color: #8EDAB1;
}
</style>