Shades of Vista Blue #8FEBBD
Tints of Vista Blue #8FEBBD
RGB
CMYK
RGB Variations
Color information
#8FEBBD (or 0x8FEBBD) is known color: Vista Blue. HEX triplet: 8F, EB and BD. RGB value is (143,235,189). Sum of RGB (Red+Green+Blue) = 143+235+189=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBBD is #701442. Grayscale: #CACACA. Windows color (decimal): -7345219 or 12446607. OLE color: 12446607.
HSL color Cylindrical-coordinate representation of color #8FEBBD: hue angle of 150º 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 #8FEBBD is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 189 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.08 |
| HSL | 150º | 0.7% | 0.74% | - |
| HSV(B) | 150º | 0.39% | 0.92% | - |
| XYZ | 50.22 | 68.93 | 58.8 | - |
| YUV | 202.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 189 | 0.39 | 0 | 0.20 | 0.08 | 150 | 0.7 | 0.74 |
| Hex | 8F | EB | BD | 27 | 0 | 14 | 8 | 96 | 46 | 4A |
| Octal | 217 | 353 | 275 | 47 | 0 | 24 | 10 | 226 | 106 | 112 |
| Binary | 10001111 | 11101011 | 10111101 | 100111 | 0 | 10100 | 1000 | 10010110 | 1000110 | 1001010 |
Color Harmonies of #8FEBBD
Complementary color
Monochromatic Colors of #8FEBBD
Black with #8FEBBD
Text Example
Text Example
White with #8FEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBBD; }
p { color: rgb(143,235,189); }
H1.HeaderClassName
{
color: #8FEBBD;
}
.AnyTagClassName
{
color: #8FEBBD;
}
</style>
background-color css
<style>
a { background-color: #8FEBBD; }
a { background-color: rgb(143,235,189); }
div.DivClassName
{
background-color: #8FEBBD;
}
.BgClassName
{
background-color: #8FEBBD;
}
</style>
border-color css
<style>
span { border-color: #8FEBBD; }
span { border-color: rgb(143,235,189); }
td.TdClassName
{
border-color: #8FEBBD;
}
.TagClassName
{
border-color: #8FEBBD;
}
</style>