Shades of Vista Blue #8EF4B4
Tints of Vista Blue #8EF4B4
RGB
CMYK
RGB Variations
Color information
#8EF4B4 (or 0x8EF4B4) is known color: Vista Blue. HEX triplet: 8E, F4 and B4. RGB value is (142,244,180). Sum of RGB (Red+Green+Blue) = 142+244+180=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF4B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF4B4 is #710B4B. Grayscale: #CECECE. Windows color (decimal): -7408460 or 11859086. OLE color: 11859086.
HSL color Cylindrical-coordinate representation of color #8EF4B4: hue angle of 142.35º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF4B4 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 244 | 180 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.04 |
| HSL | 142.35º | 0.82% | 0.76% | - |
| HSV(B) | 142.35º | 0.42% | 0.96% | - |
| XYZ | 51.74 | 73.75 | 54.69 | - |
| YUV | 206.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 244 | 180 | 0.42 | 0 | 0.26 | 0.04 | 142.35 | 0.82 | 0.76 |
| Hex | 8E | F4 | B4 | 2A | 0 | 1A | 4 | 8E | 52 | 4C |
| Octal | 216 | 364 | 264 | 52 | 0 | 32 | 4 | 216 | 122 | 114 |
| Binary | 10001110 | 11110100 | 10110100 | 101010 | 0 | 11010 | 100 | 10001110 | 1010010 | 1001100 |
Color Harmonies of #8EF4B4
Complementary color
Monochromatic Colors of #8EF4B4
Black with #8EF4B4
Text Example
Text Example
White with #8EF4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF4B4; }
p { color: rgb(142,244,180); }
H1.HeaderClassName
{
color: #8EF4B4;
}
.AnyTagClassName
{
color: #8EF4B4;
}
</style>
background-color css
<style>
a { background-color: #8EF4B4; }
a { background-color: rgb(142,244,180); }
div.DivClassName
{
background-color: #8EF4B4;
}
.BgClassName
{
background-color: #8EF4B4;
}
</style>
border-color css
<style>
span { border-color: #8EF4B4; }
span { border-color: rgb(142,244,180); }
td.TdClassName
{
border-color: #8EF4B4;
}
.TagClassName
{
border-color: #8EF4B4;
}
</style>