Shades of Vista Blue #8EDFAA
Tints of Vista Blue #8EDFAA
RGB
CMYK
RGB Variations
Color information
#8EDFAA (or 0x8EDFAA) is known color: Vista Blue. HEX triplet: 8E, DF and AA. RGB value is (142,223,170). Sum of RGB (Red+Green+Blue) = 142+223+170=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDFAA is #712055. Grayscale: #C0C0C0. Windows color (decimal): -7413846 or 11198350. OLE color: 11198350.
HSL color Cylindrical-coordinate representation of color #8EDFAA: hue angle of 140.74º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFAA is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 170 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.13 |
| HSL | 140.74º | 0.56% | 0.72% | - |
| HSV(B) | 140.74º | 0.36% | 0.87% | - |
| XYZ | 44.8 | 61.43 | 47.53 | - |
| YUV | 192.74 | 115.16 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 170 | 0.36 | 0 | 0.24 | 0.13 | 140.74 | 0.56 | 0.72 |
| Hex | 8E | DF | AA | 24 | 0 | 18 | D | 8D | 38 | 48 |
| Octal | 216 | 337 | 252 | 44 | 0 | 30 | 15 | 215 | 70 | 110 |
| Binary | 10001110 | 11011111 | 10101010 | 100100 | 0 | 11000 | 1101 | 10001101 | 111000 | 1001000 |
Color Harmonies of #8EDFAA
Complementary color
Monochromatic Colors of #8EDFAA
Black with #8EDFAA
Text Example
Text Example
White with #8EDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFAA; }
p { color: rgb(142,223,170); }
H1.HeaderClassName
{
color: #8EDFAA;
}
.AnyTagClassName
{
color: #8EDFAA;
}
</style>
background-color css
<style>
a { background-color: #8EDFAA; }
a { background-color: rgb(142,223,170); }
div.DivClassName
{
background-color: #8EDFAA;
}
.BgClassName
{
background-color: #8EDFAA;
}
</style>
border-color css
<style>
span { border-color: #8EDFAA; }
span { border-color: rgb(142,223,170); }
td.TdClassName
{
border-color: #8EDFAA;
}
.TagClassName
{
border-color: #8EDFAA;
}
</style>