Shades of Vista Blue #8FEDBD
Tints of Vista Blue #8FEDBD
RGB
CMYK
RGB Variations
Color information
#8FEDBD (or 0x8FEDBD) is known color: Vista Blue. HEX triplet: 8F, ED and BD. RGB value is (143,237,189). Sum of RGB (Red+Green+Blue) = 143+237+189=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDBD is #701242. Grayscale: #CBCBCB. Windows color (decimal): -7344707 or 12447119. OLE color: 12447119.
HSL color Cylindrical-coordinate representation of color #8FEDBD: hue angle of 149.36º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDBD is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 189 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.07 |
| HSL | 149.36º | 0.72% | 0.75% | - |
| HSV(B) | 149.36º | 0.4% | 0.93% | - |
| XYZ | 50.8 | 70.08 | 58.99 | - |
| YUV | 203.42 | 119.86 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 189 | 0.40 | 0 | 0.20 | 0.07 | 149.36 | 0.72 | 0.75 |
| Hex | 8F | ED | BD | 28 | 0 | 14 | 7 | 95 | 48 | 4B |
| Octal | 217 | 355 | 275 | 50 | 0 | 24 | 7 | 225 | 110 | 113 |
| Binary | 10001111 | 11101101 | 10111101 | 101000 | 0 | 10100 | 111 | 10010101 | 1001000 | 1001011 |
Color Harmonies of #8FEDBD
Complementary color
Monochromatic Colors of #8FEDBD
Black with #8FEDBD
Text Example
Text Example
White with #8FEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDBD; }
p { color: rgb(143,237,189); }
H1.HeaderClassName
{
color: #8FEDBD;
}
.AnyTagClassName
{
color: #8FEDBD;
}
</style>
background-color css
<style>
a { background-color: #8FEDBD; }
a { background-color: rgb(143,237,189); }
div.DivClassName
{
background-color: #8FEDBD;
}
.BgClassName
{
background-color: #8FEDBD;
}
</style>
border-color css
<style>
span { border-color: #8FEDBD; }
span { border-color: rgb(143,237,189); }
td.TdClassName
{
border-color: #8FEDBD;
}
.TagClassName
{
border-color: #8FEDBD;
}
</style>