Shades of Vista Blue #8FEABB
Tints of Vista Blue #8FEABB
RGB
CMYK
RGB Variations
Color information
#8FEABB (or 0x8FEABB) is known color: Vista Blue. HEX triplet: 8F, EA and BB. RGB value is (143,234,187). Sum of RGB (Red+Green+Blue) = 143+234+187=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEABB is #701544. Grayscale: #C9C9C9. Windows color (decimal): -7345477 or 12315279. OLE color: 12315279.
HSL color Cylindrical-coordinate representation of color #8FEABB: hue angle of 149.01º 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 #8FEABB is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 187 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.08 |
| HSL | 149.01º | 0.68% | 0.74% | - |
| HSV(B) | 149.01º | 0.39% | 0.92% | - |
| XYZ | 49.72 | 68.27 | 57.57 | - |
| YUV | 201.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 187 | 0.39 | 0 | 0.20 | 0.08 | 149.01 | 0.68 | 0.74 |
| Hex | 8F | EA | BB | 27 | 0 | 14 | 8 | 95 | 44 | 4A |
| Octal | 217 | 352 | 273 | 47 | 0 | 24 | 10 | 225 | 104 | 112 |
| Binary | 10001111 | 11101010 | 10111011 | 100111 | 0 | 10100 | 1000 | 10010101 | 1000100 | 1001010 |
Color Harmonies of #8FEABB
Complementary color
Monochromatic Colors of #8FEABB
Black with #8FEABB
Text Example
Text Example
White with #8FEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEABB; }
p { color: rgb(143,234,187); }
H1.HeaderClassName
{
color: #8FEABB;
}
.AnyTagClassName
{
color: #8FEABB;
}
</style>
background-color css
<style>
a { background-color: #8FEABB; }
a { background-color: rgb(143,234,187); }
div.DivClassName
{
background-color: #8FEABB;
}
.BgClassName
{
background-color: #8FEABB;
}
</style>
border-color css
<style>
span { border-color: #8FEABB; }
span { border-color: rgb(143,234,187); }
td.TdClassName
{
border-color: #8FEABB;
}
.TagClassName
{
border-color: #8FEABB;
}
</style>