Shades of Vista Blue #8EDABB
Tints of Vista Blue #8EDABB
RGB
CMYK
RGB Variations
Color information
#8EDABB (or 0x8EDABB) is known color: Vista Blue. HEX triplet: 8E, DA and BB. RGB value is (142,218,187). Sum of RGB (Red+Green+Blue) = 142+218+187=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDABB is #712544. Grayscale: #BFBFBF. Windows color (decimal): -7415109 or 12311182. OLE color: 12311182.
HSL color Cylindrical-coordinate representation of color #8EDABB: hue angle of 155.53º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDABB is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 187 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.15 |
| HSL | 155.53º | 0.51% | 0.71% | - |
| HSV(B) | 155.53º | 0.35% | 0.85% | - |
| XYZ | 45.2 | 59.48 | 56.11 | - |
| YUV | 191.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 187 | 0.35 | 0 | 0.14 | 0.15 | 155.53 | 0.51 | 0.71 |
| Hex | 8E | DA | BB | 23 | 0 | E | F | 9C | 33 | 47 |
| Octal | 216 | 332 | 273 | 43 | 0 | 16 | 17 | 234 | 63 | 107 |
| Binary | 10001110 | 11011010 | 10111011 | 100011 | 0 | 1110 | 1111 | 10011100 | 110011 | 1000111 |
Color Harmonies of #8EDABB
Complementary color
Monochromatic Colors of #8EDABB
Black with #8EDABB
Text Example
Text Example
White with #8EDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDABB; }
p { color: rgb(142,218,187); }
H1.HeaderClassName
{
color: #8EDABB;
}
.AnyTagClassName
{
color: #8EDABB;
}
</style>
background-color css
<style>
a { background-color: #8EDABB; }
a { background-color: rgb(142,218,187); }
div.DivClassName
{
background-color: #8EDABB;
}
.BgClassName
{
background-color: #8EDABB;
}
</style>
border-color css
<style>
span { border-color: #8EDABB; }
span { border-color: rgb(142,218,187); }
td.TdClassName
{
border-color: #8EDABB;
}
.TagClassName
{
border-color: #8EDABB;
}
</style>