Shades of Vista Blue #8FECBD
Tints of Vista Blue #8FECBD
RGB
CMYK
RGB Variations
Color information
#8FECBD (or 0x8FECBD) is known color: Vista Blue. HEX triplet: 8F, EC and BD. RGB value is (143,236,189). Sum of RGB (Red+Green+Blue) = 143+236+189=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECBD is #701342. Grayscale: #CACACA. Windows color (decimal): -7344963 or 12446863. OLE color: 12446863.
HSL color Cylindrical-coordinate representation of color #8FECBD: hue angle of 149.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECBD is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 189 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.07 |
| HSL | 149.68º | 0.71% | 0.74% | - |
| HSV(B) | 149.68º | 0.39% | 0.93% | - |
| XYZ | 50.51 | 69.5 | 58.9 | - |
| YUV | 202.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 189 | 0.39 | 0 | 0.20 | 0.07 | 149.68 | 0.71 | 0.74 |
| Hex | 8F | EC | BD | 27 | 0 | 14 | 7 | 96 | 47 | 4A |
| Octal | 217 | 354 | 275 | 47 | 0 | 24 | 7 | 226 | 107 | 112 |
| Binary | 10001111 | 11101100 | 10111101 | 100111 | 0 | 10100 | 111 | 10010110 | 1000111 | 1001010 |
Color Harmonies of #8FECBD
Complementary color
Monochromatic Colors of #8FECBD
Black with #8FECBD
Text Example
Text Example
White with #8FECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECBD; }
p { color: rgb(143,236,189); }
H1.HeaderClassName
{
color: #8FECBD;
}
.AnyTagClassName
{
color: #8FECBD;
}
</style>
background-color css
<style>
a { background-color: #8FECBD; }
a { background-color: rgb(143,236,189); }
div.DivClassName
{
background-color: #8FECBD;
}
.BgClassName
{
background-color: #8FECBD;
}
</style>
border-color css
<style>
span { border-color: #8FECBD; }
span { border-color: rgb(143,236,189); }
td.TdClassName
{
border-color: #8FECBD;
}
.TagClassName
{
border-color: #8FECBD;
}
</style>