Shades of Vista Blue #8EEEAF
Tints of Vista Blue #8EEEAF
RGB
CMYK
RGB Variations
Color information
#8EEEAF (or 0x8EEEAF) is known color: Vista Blue. HEX triplet: 8E, EE and AF. RGB value is (142,238,175). Sum of RGB (Red+Green+Blue) = 142+238+175=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEEAF is #711150. Grayscale: #CACACA. Windows color (decimal): -7410001 or 11529870. OLE color: 11529870.
HSL color Cylindrical-coordinate representation of color #8EEEAF: hue angle of 140.62º 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 #8EEEAF is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 175 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.07 |
| HSL | 140.63º | 0.74% | 0.75% | - |
| HSV(B) | 140.63º | 0.4% | 0.93% | - |
| XYZ | 49.47 | 70 | 51.46 | - |
| YUV | 202.11 | 112.7 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 175 | 0.40 | 0 | 0.26 | 0.07 | 140.63 | 0.74 | 0.75 |
| Hex | 8E | EE | AF | 28 | 0 | 1A | 7 | 8D | 4A | 4B |
| Octal | 216 | 356 | 257 | 50 | 0 | 32 | 7 | 215 | 112 | 113 |
| Binary | 10001110 | 11101110 | 10101111 | 101000 | 0 | 11010 | 111 | 10001101 | 1001010 | 1001011 |
Color Harmonies of #8EEEAF
Complementary color
Monochromatic Colors of #8EEEAF
Black with #8EEEAF
Text Example
Text Example
White with #8EEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEEAF; }
p { color: rgb(142,238,175); }
H1.HeaderClassName
{
color: #8EEEAF;
}
.AnyTagClassName
{
color: #8EEEAF;
}
</style>
background-color css
<style>
a { background-color: #8EEEAF; }
a { background-color: rgb(142,238,175); }
div.DivClassName
{
background-color: #8EEEAF;
}
.BgClassName
{
background-color: #8EEEAF;
}
</style>
border-color css
<style>
span { border-color: #8EEEAF; }
span { border-color: rgb(142,238,175); }
td.TdClassName
{
border-color: #8EEEAF;
}
.TagClassName
{
border-color: #8EEEAF;
}
</style>