Shades of Vista Blue #8FE1B7
Tints of Vista Blue #8FE1B7
RGB
CMYK
RGB Variations
Color information
#8FE1B7 (or 0x8FE1B7) is known color: Vista Blue. HEX triplet: 8F, E1 and B7. RGB value is (143,225,183). Sum of RGB (Red+Green+Blue) = 143+225+183=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE1B7 is #701E48. Grayscale: #C3C3C3. Windows color (decimal): -7347785 or 12050831. OLE color: 12050831.
HSL color Cylindrical-coordinate representation of color #8FE1B7: hue angle of 149.27º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE1B7 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 183 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.12 |
| HSL | 149.27º | 0.58% | 0.72% | - |
| HSV(B) | 149.27º | 0.36% | 0.88% | - |
| XYZ | 46.8 | 63.11 | 54.51 | - |
| YUV | 195.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 183 | 0.36 | 0 | 0.19 | 0.12 | 149.27 | 0.58 | 0.72 |
| Hex | 8F | E1 | B7 | 24 | 0 | 13 | C | 95 | 3A | 48 |
| Octal | 217 | 341 | 267 | 44 | 0 | 23 | 14 | 225 | 72 | 110 |
| Binary | 10001111 | 11100001 | 10110111 | 100100 | 0 | 10011 | 1100 | 10010101 | 111010 | 1001000 |
Color Harmonies of #8FE1B7
Complementary color
Monochromatic Colors of #8FE1B7
Black with #8FE1B7
Text Example
Text Example
White with #8FE1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE1B7; }
p { color: rgb(143,225,183); }
H1.HeaderClassName
{
color: #8FE1B7;
}
.AnyTagClassName
{
color: #8FE1B7;
}
</style>
background-color css
<style>
a { background-color: #8FE1B7; }
a { background-color: rgb(143,225,183); }
div.DivClassName
{
background-color: #8FE1B7;
}
.BgClassName
{
background-color: #8FE1B7;
}
</style>
border-color css
<style>
span { border-color: #8FE1B7; }
span { border-color: rgb(143,225,183); }
td.TdClassName
{
border-color: #8FE1B7;
}
.TagClassName
{
border-color: #8FE1B7;
}
</style>