Shades of Vista Blue #8BEEAC
Tints of Vista Blue #8BEEAC
RGB
CMYK
RGB Variations
Color information
#8BEEAC (or 0x8BEEAC) is known color: Vista Blue. HEX triplet: 8B, EE and AC. RGB value is (139,238,172). Sum of RGB (Red+Green+Blue) = 139+238+172=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEEAC is #741153. Grayscale: #C9C9C9. Windows color (decimal): -7606612 or 11333259. OLE color: 11333259.
HSL color Cylindrical-coordinate representation of color #8BEEAC: hue angle of 140º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEEAC is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 172 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.07 |
| HSL | 140º | 0.74% | 0.74% | - |
| HSV(B) | 140º | 0.42% | 0.93% | - |
| XYZ | 48.67 | 69.62 | 49.9 | - |
| YUV | 200.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 172 | 0.42 | 0 | 0.28 | 0.07 | 140 | 0.74 | 0.74 |
| Hex | 8B | EE | AC | 2A | 0 | 1C | 7 | 8C | 4A | 4A |
| Octal | 213 | 356 | 254 | 52 | 0 | 34 | 7 | 214 | 112 | 112 |
| Binary | 10001011 | 11101110 | 10101100 | 101010 | 0 | 11100 | 111 | 10001100 | 1001010 | 1001010 |
Color Harmonies of #8BEEAC
Complementary color
Monochromatic Colors of #8BEEAC
Black with #8BEEAC
Text Example
Text Example
White with #8BEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEEAC; }
p { color: rgb(139,238,172); }
H1.HeaderClassName
{
color: #8BEEAC;
}
.AnyTagClassName
{
color: #8BEEAC;
}
</style>
background-color css
<style>
a { background-color: #8BEEAC; }
a { background-color: rgb(139,238,172); }
div.DivClassName
{
background-color: #8BEEAC;
}
.BgClassName
{
background-color: #8BEEAC;
}
</style>
border-color css
<style>
span { border-color: #8BEEAC; }
span { border-color: rgb(139,238,172); }
td.TdClassName
{
border-color: #8BEEAC;
}
.TagClassName
{
border-color: #8BEEAC;
}
</style>