Shades of Vista Blue #8EEABE
Tints of Vista Blue #8EEABE
RGB
CMYK
RGB Variations
Color information
#8EEABE (or 0x8EEABE) is known color: Vista Blue. HEX triplet: 8E, EA and BE. RGB value is (142,234,190). Sum of RGB (Red+Green+Blue) = 142+234+190=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEABE is #711541. Grayscale: #C9C9C9. Windows color (decimal): -7411010 or 12511886. OLE color: 12511886.
HSL color Cylindrical-coordinate representation of color #8EEABE: hue angle of 151.3º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EEABE is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 234 | 190 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.08 |
| HSL | 151.3º | 0.69% | 0.74% | - |
| HSV(B) | 151.3º | 0.39% | 0.92% | - |
| XYZ | 49.87 | 68.31 | 59.27 | - |
| YUV | 201.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 234 | 190 | 0.39 | 0 | 0.19 | 0.08 | 151.3 | 0.69 | 0.74 |
| Hex | 8E | EA | BE | 27 | 0 | 13 | 8 | 97 | 45 | 4A |
| Octal | 216 | 352 | 276 | 47 | 0 | 23 | 10 | 227 | 105 | 112 |
| Binary | 10001110 | 11101010 | 10111110 | 100111 | 0 | 10011 | 1000 | 10010111 | 1000101 | 1001010 |
Color Harmonies of #8EEABE
Complementary color
Monochromatic Colors of #8EEABE
Black with #8EEABE
Text Example
Text Example
White with #8EEABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEABE; }
p { color: rgb(142,234,190); }
H1.HeaderClassName
{
color: #8EEABE;
}
.AnyTagClassName
{
color: #8EEABE;
}
</style>
background-color css
<style>
a { background-color: #8EEABE; }
a { background-color: rgb(142,234,190); }
div.DivClassName
{
background-color: #8EEABE;
}
.BgClassName
{
background-color: #8EEABE;
}
</style>
border-color css
<style>
span { border-color: #8EEABE; }
span { border-color: rgb(142,234,190); }
td.TdClassName
{
border-color: #8EEABE;
}
.TagClassName
{
border-color: #8EEABE;
}
</style>