Shades of Vista Blue #8BEAB7
Tints of Vista Blue #8BEAB7
RGB
CMYK
RGB Variations
Color information
#8BEAB7 (or 0x8BEAB7) is known color: Vista Blue. HEX triplet: 8B, EA and B7. RGB value is (139,234,183). Sum of RGB (Red+Green+Blue) = 139+234+183=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEAB7 is #741548. Grayscale: #C7C7C7. Windows color (decimal): -7607625 or 12053131. OLE color: 12053131.
HSL color Cylindrical-coordinate representation of color #8BEAB7: hue angle of 147.79º 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 #8BEAB7 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 183 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.08 |
| HSL | 147.79º | 0.69% | 0.73% | - |
| HSV(B) | 147.79º | 0.41% | 0.92% | - |
| XYZ | 48.62 | 67.75 | 55.32 | - |
| YUV | 199.78 | 118.53 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 183 | 0.41 | 0 | 0.22 | 0.08 | 147.79 | 0.69 | 0.73 |
| Hex | 8B | EA | B7 | 29 | 0 | 16 | 8 | 94 | 45 | 49 |
| Octal | 213 | 352 | 267 | 51 | 0 | 26 | 10 | 224 | 105 | 111 |
| Binary | 10001011 | 11101010 | 10110111 | 101001 | 0 | 10110 | 1000 | 10010100 | 1000101 | 1001001 |
Color Harmonies of #8BEAB7
Complementary color
Monochromatic Colors of #8BEAB7
Black with #8BEAB7
Text Example
Text Example
White with #8BEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEAB7; }
p { color: rgb(139,234,183); }
H1.HeaderClassName
{
color: #8BEAB7;
}
.AnyTagClassName
{
color: #8BEAB7;
}
</style>
background-color css
<style>
a { background-color: #8BEAB7; }
a { background-color: rgb(139,234,183); }
div.DivClassName
{
background-color: #8BEAB7;
}
.BgClassName
{
background-color: #8BEAB7;
}
</style>
border-color css
<style>
span { border-color: #8BEAB7; }
span { border-color: rgb(139,234,183); }
td.TdClassName
{
border-color: #8BEAB7;
}
.TagClassName
{
border-color: #8BEAB7;
}
</style>