Shades of Vista Blue #8FCFB1
Tints of Vista Blue #8FCFB1
RGB
CMYK
RGB Variations
Color information
#8FCFB1 (or 0x8FCFB1) is known color: Vista Blue. HEX triplet: 8F, CF and B1. RGB value is (143,207,177). Sum of RGB (Red+Green+Blue) = 143+207+177=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCFB1 is #70304E. Grayscale: #B8B8B8. Windows color (decimal): -7352399 or 11653007. OLE color: 11653007.
HSL color Cylindrical-coordinate representation of color #8FCFB1: hue angle of 151.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFB1 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 177 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.19 |
| HSL | 151.88º | 0.4% | 0.69% | - |
| HSV(B) | 151.88º | 0.31% | 0.81% | - |
| XYZ | 41.58 | 53.64 | 49.76 | - |
| YUV | 184.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 177 | 0.31 | 0 | 0.14 | 0.19 | 151.88 | 0.4 | 0.69 |
| Hex | 8F | CF | B1 | 1F | 0 | E | 13 | 98 | 28 | 45 |
| Octal | 217 | 317 | 261 | 37 | 0 | 16 | 23 | 230 | 50 | 105 |
| Binary | 10001111 | 11001111 | 10110001 | 11111 | 0 | 1110 | 10011 | 10011000 | 101000 | 1000101 |
Color Harmonies of #8FCFB1
Complementary color
Monochromatic Colors of #8FCFB1
Black with #8FCFB1
Text Example
Text Example
White with #8FCFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFB1; }
p { color: rgb(143,207,177); }
H1.HeaderClassName
{
color: #8FCFB1;
}
.AnyTagClassName
{
color: #8FCFB1;
}
</style>
background-color css
<style>
a { background-color: #8FCFB1; }
a { background-color: rgb(143,207,177); }
div.DivClassName
{
background-color: #8FCFB1;
}
.BgClassName
{
background-color: #8FCFB1;
}
</style>
border-color css
<style>
span { border-color: #8FCFB1; }
span { border-color: rgb(143,207,177); }
td.TdClassName
{
border-color: #8FCFB1;
}
.TagClassName
{
border-color: #8FCFB1;
}
</style>