Shades of Vista Blue #8FEBB6
Tints of Vista Blue #8FEBB6
RGB
CMYK
RGB Variations
Color information
#8FEBB6 (or 0x8FEBB6) is known color: Vista Blue. HEX triplet: 8F, EB and B6. RGB value is (143,235,182). Sum of RGB (Red+Green+Blue) = 143+235+182=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBB6 is #701449. Grayscale: #C9C9C9. Windows color (decimal): -7345226 or 11987855. OLE color: 11987855.
HSL color Cylindrical-coordinate representation of color #8FEBB6: hue angle of 145.43º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBB6 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 182 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.08 |
| HSL | 145.43º | 0.7% | 0.74% | - |
| HSV(B) | 145.43º | 0.39% | 0.92% | - |
| XYZ | 49.48 | 68.63 | 54.9 | - |
| YUV | 201.45 | 117.02 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 182 | 0.39 | 0 | 0.23 | 0.08 | 145.43 | 0.7 | 0.74 |
| Hex | 8F | EB | B6 | 27 | 0 | 17 | 8 | 91 | 46 | 4A |
| Octal | 217 | 353 | 266 | 47 | 0 | 27 | 10 | 221 | 106 | 112 |
| Binary | 10001111 | 11101011 | 10110110 | 100111 | 0 | 10111 | 1000 | 10010001 | 1000110 | 1001010 |
Color Harmonies of #8FEBB6
Complementary color
Monochromatic Colors of #8FEBB6
Black with #8FEBB6
Text Example
Text Example
White with #8FEBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBB6; }
p { color: rgb(143,235,182); }
H1.HeaderClassName
{
color: #8FEBB6;
}
.AnyTagClassName
{
color: #8FEBB6;
}
</style>
background-color css
<style>
a { background-color: #8FEBB6; }
a { background-color: rgb(143,235,182); }
div.DivClassName
{
background-color: #8FEBB6;
}
.BgClassName
{
background-color: #8FEBB6;
}
</style>
border-color css
<style>
span { border-color: #8FEBB6; }
span { border-color: rgb(143,235,182); }
td.TdClassName
{
border-color: #8FEBB6;
}
.TagClassName
{
border-color: #8FEBB6;
}
</style>