Shades of Vista Blue #8FCFB6
Tints of Vista Blue #8FCFB6
RGB
CMYK
RGB Variations
Color information
#8FCFB6 (or 0x8FCFB6) is known color: Vista Blue. HEX triplet: 8F, CF and B6. RGB value is (143,207,182). Sum of RGB (Red+Green+Blue) = 143+207+182=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFB6 is #703049. Grayscale: #B9B9B9. Windows color (decimal): -7352394 or 11980687. OLE color: 11980687.
HSL color Cylindrical-coordinate representation of color #8FCFB6: hue angle of 156.56º 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 #8FCFB6 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 182 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.19 |
| HSL | 156.56º | 0.4% | 0.69% | - |
| HSV(B) | 156.56º | 0.31% | 0.81% | - |
| XYZ | 42.08 | 53.84 | 52.43 | - |
| YUV | 185.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 182 | 0.31 | 0 | 0.12 | 0.19 | 156.56 | 0.4 | 0.69 |
| Hex | 8F | CF | B6 | 1F | 0 | C | 13 | 9D | 28 | 45 |
| Octal | 217 | 317 | 266 | 37 | 0 | 14 | 23 | 235 | 50 | 105 |
| Binary | 10001111 | 11001111 | 10110110 | 11111 | 0 | 1100 | 10011 | 10011101 | 101000 | 1000101 |
Color Harmonies of #8FCFB6
Complementary color
Monochromatic Colors of #8FCFB6
Black with #8FCFB6
Text Example
Text Example
White with #8FCFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFB6; }
p { color: rgb(143,207,182); }
H1.HeaderClassName
{
color: #8FCFB6;
}
.AnyTagClassName
{
color: #8FCFB6;
}
</style>
background-color css
<style>
a { background-color: #8FCFB6; }
a { background-color: rgb(143,207,182); }
div.DivClassName
{
background-color: #8FCFB6;
}
.BgClassName
{
background-color: #8FCFB6;
}
</style>
border-color css
<style>
span { border-color: #8FCFB6; }
span { border-color: rgb(143,207,182); }
td.TdClassName
{
border-color: #8FCFB6;
}
.TagClassName
{
border-color: #8FCFB6;
}
</style>