Shades of Vista Blue #8FEBBE
Tints of Vista Blue #8FEBBE
RGB
CMYK
RGB Variations
Color information
#8FEBBE (or 0x8FEBBE) is known color: Vista Blue. HEX triplet: 8F, EB and BE. RGB value is (143,235,190). Sum of RGB (Red+Green+Blue) = 143+235+190=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBBE is #701441. Grayscale: #CACACA. Windows color (decimal): -7345218 or 12512143. OLE color: 12512143.
HSL color Cylindrical-coordinate representation of color #8FEBBE: hue angle of 150.65º 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 #8FEBBE is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 190 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.08 |
| HSL | 150.65º | 0.7% | 0.74% | - |
| HSV(B) | 150.65º | 0.39% | 0.92% | - |
| XYZ | 50.33 | 68.97 | 59.38 | - |
| YUV | 202.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 190 | 0.39 | 0 | 0.19 | 0.08 | 150.65 | 0.7 | 0.74 |
| Hex | 8F | EB | BE | 27 | 0 | 13 | 8 | 97 | 46 | 4A |
| Octal | 217 | 353 | 276 | 47 | 0 | 23 | 10 | 227 | 106 | 112 |
| Binary | 10001111 | 11101011 | 10111110 | 100111 | 0 | 10011 | 1000 | 10010111 | 1000110 | 1001010 |
Color Harmonies of #8FEBBE
Complementary color
Monochromatic Colors of #8FEBBE
Black with #8FEBBE
Text Example
Text Example
White with #8FEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBBE; }
p { color: rgb(143,235,190); }
H1.HeaderClassName
{
color: #8FEBBE;
}
.AnyTagClassName
{
color: #8FEBBE;
}
</style>
background-color css
<style>
a { background-color: #8FEBBE; }
a { background-color: rgb(143,235,190); }
div.DivClassName
{
background-color: #8FEBBE;
}
.BgClassName
{
background-color: #8FEBBE;
}
</style>
border-color css
<style>
span { border-color: #8FEBBE; }
span { border-color: rgb(143,235,190); }
td.TdClassName
{
border-color: #8FEBBE;
}
.TagClassName
{
border-color: #8FEBBE;
}
</style>