Shades of Vista Blue #8EF8B4
Tints of Vista Blue #8EF8B4
RGB
CMYK
RGB Variations
Color information
#8EF8B4 (or 0x8EF8B4) is known color: Vista Blue. HEX triplet: 8E, F8 and B4. RGB value is (142,248,180). Sum of RGB (Red+Green+Blue) = 142+248+180=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #8EF8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF8B4 is #71074B. Grayscale: #D0D0D0. Windows color (decimal): -7407436 or 11860110. OLE color: 11860110.
HSL color Cylindrical-coordinate representation of color #8EF8B4: hue angle of 141.51º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EF8B4 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 248 | 180 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.03 |
| HSL | 141.51º | 0.88% | 0.76% | - |
| HSV(B) | 141.51º | 0.43% | 0.97% | - |
| XYZ | 52.96 | 76.18 | 55.09 | - |
| YUV | 208.55 | 111.88 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 248 | 180 | 0.43 | 0 | 0.27 | 0.03 | 141.51 | 0.88 | 0.76 |
| Hex | 8E | F8 | B4 | 2B | 0 | 1B | 3 | 8E | 58 | 4C |
| Octal | 216 | 370 | 264 | 53 | 0 | 33 | 3 | 216 | 130 | 114 |
| Binary | 10001110 | 11111000 | 10110100 | 101011 | 0 | 11011 | 11 | 10001110 | 1011000 | 1001100 |
Color Harmonies of #8EF8B4
Complementary color
Monochromatic Colors of #8EF8B4
Black with #8EF8B4
Text Example
Text Example
White with #8EF8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF8B4; }
p { color: rgb(142,248,180); }
H1.HeaderClassName
{
color: #8EF8B4;
}
.AnyTagClassName
{
color: #8EF8B4;
}
</style>
background-color css
<style>
a { background-color: #8EF8B4; }
a { background-color: rgb(142,248,180); }
div.DivClassName
{
background-color: #8EF8B4;
}
.BgClassName
{
background-color: #8EF8B4;
}
</style>
border-color css
<style>
span { border-color: #8EF8B4; }
span { border-color: rgb(142,248,180); }
td.TdClassName
{
border-color: #8EF8B4;
}
.TagClassName
{
border-color: #8EF8B4;
}
</style>