Shades of Vista Blue #8EECAE
Tints of Vista Blue #8EECAE
RGB
CMYK
RGB Variations
Color information
#8EECAE (or 0x8EECAE) is known color: Vista Blue. HEX triplet: 8E, EC and AE. RGB value is (142,236,174). Sum of RGB (Red+Green+Blue) = 142+236+174=552 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.72% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EECAE is #711351. Grayscale: #C8C8C8. Windows color (decimal): -7410514 or 11463822. OLE color: 11463822.
HSL color Cylindrical-coordinate representation of color #8EECAE: hue angle of 140.43º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECAE is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 236 | 174 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.07 |
| HSL | 140.43º | 0.71% | 0.74% | - |
| HSV(B) | 140.43º | 0.4% | 0.93% | - |
| XYZ | 48.79 | 68.8 | 50.75 | - |
| YUV | 200.83 | 112.86 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 174 | 0.40 | 0 | 0.26 | 0.07 | 140.43 | 0.71 | 0.74 |
| Hex | 8E | EC | AE | 28 | 0 | 1A | 7 | 8C | 47 | 4A |
| Octal | 216 | 354 | 256 | 50 | 0 | 32 | 7 | 214 | 107 | 112 |
| Binary | 10001110 | 11101100 | 10101110 | 101000 | 0 | 11010 | 111 | 10001100 | 1000111 | 1001010 |
Color Harmonies of #8EECAE
Complementary color
Monochromatic Colors of #8EECAE
Black with #8EECAE
Text Example
Text Example
White with #8EECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECAE; }
p { color: rgb(142,236,174); }
H1.HeaderClassName
{
color: #8EECAE;
}
.AnyTagClassName
{
color: #8EECAE;
}
</style>
background-color css
<style>
a { background-color: #8EECAE; }
a { background-color: rgb(142,236,174); }
div.DivClassName
{
background-color: #8EECAE;
}
.BgClassName
{
background-color: #8EECAE;
}
</style>
border-color css
<style>
span { border-color: #8EECAE; }
span { border-color: rgb(142,236,174); }
td.TdClassName
{
border-color: #8EECAE;
}
.TagClassName
{
border-color: #8EECAE;
}
</style>