Shades of Vista Blue #8FEBAB
Tints of Vista Blue #8FEBAB
RGB
CMYK
RGB Variations
Color information
#8FEBAB (or 0x8FEBAB) is known color: Vista Blue. HEX triplet: 8F, EB and AB. RGB value is (143,235,171). Sum of RGB (Red+Green+Blue) = 143+235+171=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEBAB is #701454. Grayscale: #C8C8C8. Windows color (decimal): -7345237 or 11266959. OLE color: 11266959.
HSL color Cylindrical-coordinate representation of color #8FEBAB: hue angle of 138.26º 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 #8FEBAB is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 171 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.08 |
| HSL | 138.26º | 0.7% | 0.74% | - |
| HSV(B) | 138.26º | 0.39% | 0.92% | - |
| XYZ | 48.39 | 68.2 | 49.14 | - |
| YUV | 200.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 171 | 0.39 | 0 | 0.27 | 0.08 | 138.26 | 0.7 | 0.74 |
| Hex | 8F | EB | AB | 27 | 0 | 1B | 8 | 8A | 46 | 4A |
| Octal | 217 | 353 | 253 | 47 | 0 | 33 | 10 | 212 | 106 | 112 |
| Binary | 10001111 | 11101011 | 10101011 | 100111 | 0 | 11011 | 1000 | 10001010 | 1000110 | 1001010 |
Color Harmonies of #8FEBAB
Complementary color
Monochromatic Colors of #8FEBAB
Black with #8FEBAB
Text Example
Text Example
White with #8FEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBAB; }
p { color: rgb(143,235,171); }
H1.HeaderClassName
{
color: #8FEBAB;
}
.AnyTagClassName
{
color: #8FEBAB;
}
</style>
background-color css
<style>
a { background-color: #8FEBAB; }
a { background-color: rgb(143,235,171); }
div.DivClassName
{
background-color: #8FEBAB;
}
.BgClassName
{
background-color: #8FEBAB;
}
</style>
border-color css
<style>
span { border-color: #8FEBAB; }
span { border-color: rgb(143,235,171); }
td.TdClassName
{
border-color: #8FEBAB;
}
.TagClassName
{
border-color: #8FEBAB;
}
</style>