Shades of Vista Blue #8FEDB8
Tints of Vista Blue #8FEDB8
RGB
CMYK
RGB Variations
Color information
#8FEDB8 (or 0x8FEDB8) is known color: Vista Blue. HEX triplet: 8F, ED and B8. RGB value is (143,237,184). Sum of RGB (Red+Green+Blue) = 143+237+184=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDB8 is #701247. Grayscale: #CACACA. Windows color (decimal): -7344712 or 12119439. OLE color: 12119439.
HSL color Cylindrical-coordinate representation of color #8FEDB8: hue angle of 146.17º 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 #8FEDB8 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 184 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.07 |
| HSL | 146.17º | 0.72% | 0.75% | - |
| HSV(B) | 146.17º | 0.4% | 0.93% | - |
| XYZ | 50.26 | 69.87 | 56.18 | - |
| YUV | 202.85 | 117.36 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 184 | 0.40 | 0 | 0.22 | 0.07 | 146.17 | 0.72 | 0.75 |
| Hex | 8F | ED | B8 | 28 | 0 | 16 | 7 | 92 | 48 | 4B |
| Octal | 217 | 355 | 270 | 50 | 0 | 26 | 7 | 222 | 110 | 113 |
| Binary | 10001111 | 11101101 | 10111000 | 101000 | 0 | 10110 | 111 | 10010010 | 1001000 | 1001011 |
Color Harmonies of #8FEDB8
Complementary color
Monochromatic Colors of #8FEDB8
Black with #8FEDB8
Text Example
Text Example
White with #8FEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDB8; }
p { color: rgb(143,237,184); }
H1.HeaderClassName
{
color: #8FEDB8;
}
.AnyTagClassName
{
color: #8FEDB8;
}
</style>
background-color css
<style>
a { background-color: #8FEDB8; }
a { background-color: rgb(143,237,184); }
div.DivClassName
{
background-color: #8FEDB8;
}
.BgClassName
{
background-color: #8FEDB8;
}
</style>
border-color css
<style>
span { border-color: #8FEDB8; }
span { border-color: rgb(143,237,184); }
td.TdClassName
{
border-color: #8FEDB8;
}
.TagClassName
{
border-color: #8FEDB8;
}
</style>