Shades of Vista Blue #8FE3BE
Tints of Vista Blue #8FE3BE
RGB
CMYK
RGB Variations
Color information
#8FE3BE (or 0x8FE3BE) is known color: Vista Blue. HEX triplet: 8F, E3 and BE. RGB value is (143,227,190). Sum of RGB (Red+Green+Blue) = 143+227+190=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE3BE is #701C41. Grayscale: #C5C5C5. Windows color (decimal): -7347266 or 12510095. OLE color: 12510095.
HSL color Cylindrical-coordinate representation of color #8FE3BE: hue angle of 153.57º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FE3BE is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 190 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.11 |
| HSL | 153.57º | 0.6% | 0.73% | - |
| HSV(B) | 153.57º | 0.37% | 0.89% | - |
| XYZ | 48.09 | 64.5 | 58.63 | - |
| YUV | 197.67 | 123.67 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 190 | 0.37 | 0 | 0.16 | 0.11 | 153.57 | 0.6 | 0.73 |
| Hex | 8F | E3 | BE | 25 | 0 | 10 | B | 9A | 3C | 49 |
| Octal | 217 | 343 | 276 | 45 | 0 | 20 | 13 | 232 | 74 | 111 |
| Binary | 10001111 | 11100011 | 10111110 | 100101 | 0 | 10000 | 1011 | 10011010 | 111100 | 1001001 |
Color Harmonies of #8FE3BE
Complementary color
Monochromatic Colors of #8FE3BE
Black with #8FE3BE
Text Example
Text Example
White with #8FE3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE3BE; }
p { color: rgb(143,227,190); }
H1.HeaderClassName
{
color: #8FE3BE;
}
.AnyTagClassName
{
color: #8FE3BE;
}
</style>
background-color css
<style>
a { background-color: #8FE3BE; }
a { background-color: rgb(143,227,190); }
div.DivClassName
{
background-color: #8FE3BE;
}
.BgClassName
{
background-color: #8FE3BE;
}
</style>
border-color css
<style>
span { border-color: #8FE3BE; }
span { border-color: rgb(143,227,190); }
td.TdClassName
{
border-color: #8FE3BE;
}
.TagClassName
{
border-color: #8FE3BE;
}
</style>