Shades of Vista Blue #8FEAAC
Tints of Vista Blue #8FEAAC
RGB
CMYK
RGB Variations
Color information
#8FEAAC (or 0x8FEAAC) is known color: Vista Blue. HEX triplet: 8F, EA and AC. RGB value is (143,234,172). Sum of RGB (Red+Green+Blue) = 143+234+172=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEAAC is #701553. Grayscale: #C7C7C7. Windows color (decimal): -7345492 or 11332239. OLE color: 11332239.
HSL color Cylindrical-coordinate representation of color #8FEAAC: hue angle of 139.12º degrees, saturation: 0.68, 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 #8FEAAC is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 172 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.08 |
| HSL | 139.12º | 0.68% | 0.74% | - |
| HSV(B) | 139.12º | 0.39% | 0.92% | - |
| XYZ | 48.2 | 67.66 | 49.55 | - |
| YUV | 199.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 172 | 0.39 | 0 | 0.26 | 0.08 | 139.12 | 0.68 | 0.74 |
| Hex | 8F | EA | AC | 27 | 0 | 1A | 8 | 8B | 44 | 4A |
| Octal | 217 | 352 | 254 | 47 | 0 | 32 | 10 | 213 | 104 | 112 |
| Binary | 10001111 | 11101010 | 10101100 | 100111 | 0 | 11010 | 1000 | 10001011 | 1000100 | 1001010 |
Color Harmonies of #8FEAAC
Complementary color
Monochromatic Colors of #8FEAAC
Black with #8FEAAC
Text Example
Text Example
White with #8FEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEAAC; }
p { color: rgb(143,234,172); }
H1.HeaderClassName
{
color: #8FEAAC;
}
.AnyTagClassName
{
color: #8FEAAC;
}
</style>
background-color css
<style>
a { background-color: #8FEAAC; }
a { background-color: rgb(143,234,172); }
div.DivClassName
{
background-color: #8FEAAC;
}
.BgClassName
{
background-color: #8FEAAC;
}
</style>
border-color css
<style>
span { border-color: #8FEAAC; }
span { border-color: rgb(143,234,172); }
td.TdClassName
{
border-color: #8FEAAC;
}
.TagClassName
{
border-color: #8FEAAC;
}
</style>