Shades of Vista Blue #8BE6B5
Tints of Vista Blue #8BE6B5
RGB
CMYK
RGB Variations
Color information
#8BE6B5 (or 0x8BE6B5) is known color: Vista Blue. HEX triplet: 8B, E6 and B5. RGB value is (139,230,181). Sum of RGB (Red+Green+Blue) = 139+230+181=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #8BE6B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE6B5 is #74194A. Grayscale: #C5C5C5. Windows color (decimal): -7608651 or 11921035. OLE color: 11921035.
HSL color Cylindrical-coordinate representation of color #8BE6B5: hue angle of 147.69º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE6B5 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 230 | 181 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.10 |
| HSL | 147.69º | 0.65% | 0.72% | - |
| HSV(B) | 147.69º | 0.4% | 0.9% | - |
| XYZ | 47.28 | 65.42 | 53.85 | - |
| YUV | 197.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 230 | 181 | 0.40 | 0 | 0.21 | 0.10 | 147.69 | 0.65 | 0.72 |
| Hex | 8B | E6 | B5 | 28 | 0 | 15 | A | 94 | 41 | 48 |
| Octal | 213 | 346 | 265 | 50 | 0 | 25 | 12 | 224 | 101 | 110 |
| Binary | 10001011 | 11100110 | 10110101 | 101000 | 0 | 10101 | 1010 | 10010100 | 1000001 | 1001000 |
Color Harmonies of #8BE6B5
Complementary color
Monochromatic Colors of #8BE6B5
Black with #8BE6B5
Text Example
Text Example
White with #8BE6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE6B5; }
p { color: rgb(139,230,181); }
H1.HeaderClassName
{
color: #8BE6B5;
}
.AnyTagClassName
{
color: #8BE6B5;
}
</style>
background-color css
<style>
a { background-color: #8BE6B5; }
a { background-color: rgb(139,230,181); }
div.DivClassName
{
background-color: #8BE6B5;
}
.BgClassName
{
background-color: #8BE6B5;
}
</style>
border-color css
<style>
span { border-color: #8BE6B5; }
span { border-color: rgb(139,230,181); }
td.TdClassName
{
border-color: #8BE6B5;
}
.TagClassName
{
border-color: #8BE6B5;
}
</style>