Shades of Vista Blue #8FE2B6
Tints of Vista Blue #8FE2B6
RGB
CMYK
RGB Variations
Color information
#8FE2B6 (or 0x8FE2B6) is known color: Vista Blue. HEX triplet: 8F, E2 and B6. RGB value is (143,226,182). Sum of RGB (Red+Green+Blue) = 143+226+182=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE2B6 is #701D49. Grayscale: #C4C4C4. Windows color (decimal): -7347530 or 11985551. OLE color: 11985551.
HSL color Cylindrical-coordinate representation of color #8FE2B6: hue angle of 148.19º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FE2B6 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 182 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.11 |
| HSL | 148.19º | 0.59% | 0.72% | - |
| HSV(B) | 148.19º | 0.37% | 0.89% | - |
| XYZ | 46.97 | 63.61 | 54.06 | - |
| YUV | 196.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 182 | 0.37 | 0 | 0.19 | 0.11 | 148.19 | 0.59 | 0.72 |
| Hex | 8F | E2 | B6 | 25 | 0 | 13 | B | 94 | 3B | 48 |
| Octal | 217 | 342 | 266 | 45 | 0 | 23 | 13 | 224 | 73 | 110 |
| Binary | 10001111 | 11100010 | 10110110 | 100101 | 0 | 10011 | 1011 | 10010100 | 111011 | 1001000 |
Color Harmonies of #8FE2B6
Complementary color
Monochromatic Colors of #8FE2B6
Black with #8FE2B6
Text Example
Text Example
White with #8FE2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE2B6; }
p { color: rgb(143,226,182); }
H1.HeaderClassName
{
color: #8FE2B6;
}
.AnyTagClassName
{
color: #8FE2B6;
}
</style>
background-color css
<style>
a { background-color: #8FE2B6; }
a { background-color: rgb(143,226,182); }
div.DivClassName
{
background-color: #8FE2B6;
}
.BgClassName
{
background-color: #8FE2B6;
}
</style>
border-color css
<style>
span { border-color: #8FE2B6; }
span { border-color: rgb(143,226,182); }
td.TdClassName
{
border-color: #8FE2B6;
}
.TagClassName
{
border-color: #8FE2B6;
}
</style>