Shades of Vista Blue #8FEDC0
Tints of Vista Blue #8FEDC0
RGB
CMYK
RGB Variations
Color information
#8FEDC0 (or 0x8FEDC0) is known color: Vista Blue. HEX triplet: 8F, ED and C0. RGB value is (143,237,192). Sum of RGB (Red+Green+Blue) = 143+237+192=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDC0 is #70123F. Grayscale: #CBCBCB. Windows color (decimal): -7344704 or 12643727. OLE color: 12643727.
HSL color Cylindrical-coordinate representation of color #8FEDC0: hue angle of 151.28º 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 #8FEDC0 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 192 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.07 |
| HSL | 151.28º | 0.72% | 0.75% | - |
| HSV(B) | 151.28º | 0.4% | 0.93% | - |
| XYZ | 51.13 | 70.21 | 60.73 | - |
| YUV | 203.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 192 | 0.40 | 0 | 0.19 | 0.07 | 151.28 | 0.72 | 0.75 |
| Hex | 8F | ED | C0 | 28 | 0 | 13 | 7 | 97 | 48 | 4B |
| Octal | 217 | 355 | 300 | 50 | 0 | 23 | 7 | 227 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11000000 | 101000 | 0 | 10011 | 111 | 10010111 | 1001000 | 1001011 |
Color Harmonies of #8FEDC0
Complementary color
Monochromatic Colors of #8FEDC0
Black with #8FEDC0
Text Example
Text Example
White with #8FEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDC0; }
p { color: rgb(143,237,192); }
H1.HeaderClassName
{
color: #8FEDC0;
}
.AnyTagClassName
{
color: #8FEDC0;
}
</style>
background-color css
<style>
a { background-color: #8FEDC0; }
a { background-color: rgb(143,237,192); }
div.DivClassName
{
background-color: #8FEDC0;
}
.BgClassName
{
background-color: #8FEDC0;
}
</style>
border-color css
<style>
span { border-color: #8FEDC0; }
span { border-color: rgb(143,237,192); }
td.TdClassName
{
border-color: #8FEDC0;
}
.TagClassName
{
border-color: #8FEDC0;
}
</style>