Shades of Vista Blue #8BE7B7
Tints of Vista Blue #8BE7B7
RGB
CMYK
RGB Variations
Color information
#8BE7B7 (or 0x8BE7B7) is known color: Vista Blue. HEX triplet: 8B, E7 and B7. RGB value is (139,231,183). Sum of RGB (Red+Green+Blue) = 139+231+183=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #8BE7B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE7B7 is #741848. Grayscale: #C6C6C6. Windows color (decimal): -7608393 or 12052363. OLE color: 12052363.
HSL color Cylindrical-coordinate representation of color #8BE7B7: hue angle of 148.7º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE7B7 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 231 | 183 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.09 |
| HSL | 148.7º | 0.66% | 0.73% | - |
| HSV(B) | 148.7º | 0.4% | 0.91% | - |
| XYZ | 47.77 | 66.06 | 55.03 | - |
| YUV | 198.02 | 119.52 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 231 | 183 | 0.40 | 0 | 0.21 | 0.09 | 148.7 | 0.66 | 0.73 |
| Hex | 8B | E7 | B7 | 28 | 0 | 15 | 9 | 95 | 42 | 49 |
| Octal | 213 | 347 | 267 | 50 | 0 | 25 | 11 | 225 | 102 | 111 |
| Binary | 10001011 | 11100111 | 10110111 | 101000 | 0 | 10101 | 1001 | 10010101 | 1000010 | 1001001 |
Color Harmonies of #8BE7B7
Complementary color
Monochromatic Colors of #8BE7B7
Black with #8BE7B7
Text Example
Text Example
White with #8BE7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE7B7; }
p { color: rgb(139,231,183); }
H1.HeaderClassName
{
color: #8BE7B7;
}
.AnyTagClassName
{
color: #8BE7B7;
}
</style>
background-color css
<style>
a { background-color: #8BE7B7; }
a { background-color: rgb(139,231,183); }
div.DivClassName
{
background-color: #8BE7B7;
}
.BgClassName
{
background-color: #8BE7B7;
}
</style>
border-color css
<style>
span { border-color: #8BE7B7; }
span { border-color: rgb(139,231,183); }
td.TdClassName
{
border-color: #8BE7B7;
}
.TagClassName
{
border-color: #8BE7B7;
}
</style>