Shades of Vista Blue #8EEBAE
Tints of Vista Blue #8EEBAE
RGB
CMYK
RGB Variations
Color information
#8EEBAE (or 0x8EEBAE) is known color: Vista Blue. HEX triplet: 8E, EB and AE. RGB value is (142,235,174). Sum of RGB (Red+Green+Blue) = 142+235+174=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEBAE is #711451. Grayscale: #C8C8C8. Windows color (decimal): -7410770 or 11463566. OLE color: 11463566.
HSL color Cylindrical-coordinate representation of color #8EEBAE: hue angle of 140.65º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEBAE is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 235 | 174 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.08 |
| HSL | 140.65º | 0.7% | 0.74% | - |
| HSV(B) | 140.65º | 0.4% | 0.92% | - |
| XYZ | 48.5 | 68.22 | 50.66 | - |
| YUV | 200.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 235 | 174 | 0.40 | 0 | 0.26 | 0.08 | 140.65 | 0.7 | 0.74 |
| Hex | 8E | EB | AE | 28 | 0 | 1A | 8 | 8D | 46 | 4A |
| Octal | 216 | 353 | 256 | 50 | 0 | 32 | 10 | 215 | 106 | 112 |
| Binary | 10001110 | 11101011 | 10101110 | 101000 | 0 | 11010 | 1000 | 10001101 | 1000110 | 1001010 |
Color Harmonies of #8EEBAE
Complementary color
Monochromatic Colors of #8EEBAE
Black with #8EEBAE
Text Example
Text Example
White with #8EEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEBAE; }
p { color: rgb(142,235,174); }
H1.HeaderClassName
{
color: #8EEBAE;
}
.AnyTagClassName
{
color: #8EEBAE;
}
</style>
background-color css
<style>
a { background-color: #8EEBAE; }
a { background-color: rgb(142,235,174); }
div.DivClassName
{
background-color: #8EEBAE;
}
.BgClassName
{
background-color: #8EEBAE;
}
</style>
border-color css
<style>
span { border-color: #8EEBAE; }
span { border-color: rgb(142,235,174); }
td.TdClassName
{
border-color: #8EEBAE;
}
.TagClassName
{
border-color: #8EEBAE;
}
</style>