Shades of Vista Blue #8BEAAA
Tints of Vista Blue #8BEAAA
RGB
CMYK
RGB Variations
Color information
#8BEAAA (or 0x8BEAAA) is known color: Vista Blue. HEX triplet: 8B, EA and AA. RGB value is (139,234,170). Sum of RGB (Red+Green+Blue) = 139+234+170=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEAAA is #741555. Grayscale: #C6C6C6. Windows color (decimal): -7607638 or 11201163. OLE color: 11201163.
HSL color Cylindrical-coordinate representation of color #8BEAAA: hue angle of 139.58º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEAAA is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 170 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.08 |
| HSL | 139.58º | 0.69% | 0.73% | - |
| HSV(B) | 139.58º | 0.41% | 0.92% | - |
| XYZ | 47.33 | 67.24 | 48.51 | - |
| YUV | 198.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 170 | 0.41 | 0 | 0.27 | 0.08 | 139.58 | 0.69 | 0.73 |
| Hex | 8B | EA | AA | 29 | 0 | 1B | 8 | 8C | 45 | 49 |
| Octal | 213 | 352 | 252 | 51 | 0 | 33 | 10 | 214 | 105 | 111 |
| Binary | 10001011 | 11101010 | 10101010 | 101001 | 0 | 11011 | 1000 | 10001100 | 1000101 | 1001001 |
Color Harmonies of #8BEAAA
Complementary color
Monochromatic Colors of #8BEAAA
Black with #8BEAAA
Text Example
Text Example
White with #8BEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEAAA; }
p { color: rgb(139,234,170); }
H1.HeaderClassName
{
color: #8BEAAA;
}
.AnyTagClassName
{
color: #8BEAAA;
}
</style>
background-color css
<style>
a { background-color: #8BEAAA; }
a { background-color: rgb(139,234,170); }
div.DivClassName
{
background-color: #8BEAAA;
}
.BgClassName
{
background-color: #8BEAAA;
}
</style>
border-color css
<style>
span { border-color: #8BEAAA; }
span { border-color: rgb(139,234,170); }
td.TdClassName
{
border-color: #8BEAAA;
}
.TagClassName
{
border-color: #8BEAAA;
}
</style>