Shades of Vista Blue #8CEDBA
Tints of Vista Blue #8CEDBA
RGB
CMYK
RGB Variations
Color information
#8CEDBA (or 0x8CEDBA) is known color: Vista Blue. HEX triplet: 8C, ED and BA. RGB value is (140,237,186). Sum of RGB (Red+Green+Blue) = 140+237+186=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #8CEDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEDBA is #731245. Grayscale: #CACACA. Windows color (decimal): -7541318 or 12250508. OLE color: 12250508.
HSL color Cylindrical-coordinate representation of color #8CEDBA: hue angle of 148.45º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEDBA is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 186 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.07 |
| HSL | 148.45º | 0.73% | 0.74% | - |
| HSV(B) | 148.45º | 0.41% | 0.93% | - |
| XYZ | 49.96 | 69.69 | 57.27 | - |
| YUV | 202.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 186 | 0.41 | 0 | 0.22 | 0.07 | 148.45 | 0.73 | 0.74 |
| Hex | 8C | ED | BA | 29 | 0 | 16 | 7 | 94 | 49 | 4A |
| Octal | 214 | 355 | 272 | 51 | 0 | 26 | 7 | 224 | 111 | 112 |
| Binary | 10001100 | 11101101 | 10111010 | 101001 | 0 | 10110 | 111 | 10010100 | 1001001 | 1001010 |
Color Harmonies of #8CEDBA
Complementary color
Monochromatic Colors of #8CEDBA
Black with #8CEDBA
Text Example
Text Example
White with #8CEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEDBA; }
p { color: rgb(140,237,186); }
H1.HeaderClassName
{
color: #8CEDBA;
}
.AnyTagClassName
{
color: #8CEDBA;
}
</style>
background-color css
<style>
a { background-color: #8CEDBA; }
a { background-color: rgb(140,237,186); }
div.DivClassName
{
background-color: #8CEDBA;
}
.BgClassName
{
background-color: #8CEDBA;
}
</style>
border-color css
<style>
span { border-color: #8CEDBA; }
span { border-color: rgb(140,237,186); }
td.TdClassName
{
border-color: #8CEDBA;
}
.TagClassName
{
border-color: #8CEDBA;
}
</style>