Shades of Vista Blue #8EEEAB
Tints of Vista Blue #8EEEAB
RGB
CMYK
RGB Variations
Color information
#8EEEAB (or 0x8EEEAB) is known color: Vista Blue. HEX triplet: 8E, EE and AB. RGB value is (142,238,171). Sum of RGB (Red+Green+Blue) = 142+238+171=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEEAB is #711154. Grayscale: #C9C9C9. Windows color (decimal): -7410005 or 11267726. OLE color: 11267726.
HSL color Cylindrical-coordinate representation of color #8EEEAB: hue angle of 138.12º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEEAB is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 171 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.07 |
| HSL | 138.13º | 0.74% | 0.75% | - |
| HSV(B) | 138.13º | 0.4% | 0.93% | - |
| XYZ | 49.08 | 69.84 | 49.42 | - |
| YUV | 201.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 171 | 0.40 | 0 | 0.28 | 0.07 | 138.13 | 0.74 | 0.75 |
| Hex | 8E | EE | AB | 28 | 0 | 1C | 7 | 8A | 4A | 4B |
| Octal | 216 | 356 | 253 | 50 | 0 | 34 | 7 | 212 | 112 | 113 |
| Binary | 10001110 | 11101110 | 10101011 | 101000 | 0 | 11100 | 111 | 10001010 | 1001010 | 1001011 |
Color Harmonies of #8EEEAB
Complementary color
Monochromatic Colors of #8EEEAB
Black with #8EEEAB
Text Example
Text Example
White with #8EEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEEAB; }
p { color: rgb(142,238,171); }
H1.HeaderClassName
{
color: #8EEEAB;
}
.AnyTagClassName
{
color: #8EEEAB;
}
</style>
background-color css
<style>
a { background-color: #8EEEAB; }
a { background-color: rgb(142,238,171); }
div.DivClassName
{
background-color: #8EEEAB;
}
.BgClassName
{
background-color: #8EEEAB;
}
</style>
border-color css
<style>
span { border-color: #8EEEAB; }
span { border-color: rgb(142,238,171); }
td.TdClassName
{
border-color: #8EEEAB;
}
.TagClassName
{
border-color: #8EEEAB;
}
</style>