Shades of Vista Blue #8BEFB6
Tints of Vista Blue #8BEFB6
RGB
CMYK
RGB Variations
Color information
#8BEFB6 (or 0x8BEFB6) is known color: Vista Blue. HEX triplet: 8B, EF and B6. RGB value is (139,239,182). Sum of RGB (Red+Green+Blue) = 139+239+182=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFB6 is #741049. Grayscale: #CACACA. Windows color (decimal): -7606346 or 11988875. OLE color: 11988875.
HSL color Cylindrical-coordinate representation of color #8BEFB6: hue angle of 145.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFB6 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 182 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.06 |
| HSL | 145.8º | 0.76% | 0.74% | - |
| HSV(B) | 145.8º | 0.42% | 0.94% | - |
| XYZ | 49.96 | 70.6 | 55.25 | - |
| YUV | 202.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 182 | 0.42 | 0 | 0.24 | 0.06 | 145.8 | 0.76 | 0.74 |
| Hex | 8B | EF | B6 | 2A | 0 | 18 | 6 | 92 | 4C | 4A |
| Octal | 213 | 357 | 266 | 52 | 0 | 30 | 6 | 222 | 114 | 112 |
| Binary | 10001011 | 11101111 | 10110110 | 101010 | 0 | 11000 | 110 | 10010010 | 1001100 | 1001010 |
Color Harmonies of #8BEFB6
Complementary color
Monochromatic Colors of #8BEFB6
Black with #8BEFB6
Text Example
Text Example
White with #8BEFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFB6; }
p { color: rgb(139,239,182); }
H1.HeaderClassName
{
color: #8BEFB6;
}
.AnyTagClassName
{
color: #8BEFB6;
}
</style>
background-color css
<style>
a { background-color: #8BEFB6; }
a { background-color: rgb(139,239,182); }
div.DivClassName
{
background-color: #8BEFB6;
}
.BgClassName
{
background-color: #8BEFB6;
}
</style>
border-color css
<style>
span { border-color: #8BEFB6; }
span { border-color: rgb(139,239,182); }
td.TdClassName
{
border-color: #8BEFB6;
}
.TagClassName
{
border-color: #8BEFB6;
}
</style>